Skip to content

Commit

Permalink
feat(push): remove non fcm providers from comments SDK-4447
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-kukadiya authored and CTLalit committed Feb 28, 2025
1 parent b06d1fc commit d60fa45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public interface INotificationParser<T> {

/**
* Parses notification message to Bundle
* @param message notification message received from cloud messaging provider like firebase,huawei etc.
* @param message notification message received from cloud messaging provider like firebase etc.
* @return {@link Bundle} object
*/
Bundle toBundle(@NonNull T message);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public interface IPushAmpHandler<T> {
/**
* Processes notification message for Pull Notifications
* @param context application context
* @param message notification message received from cloud messaging provider like firebase,huawei etc.
* @param message notification message received from cloud messaging provider like firebase etc.
*/
void processPushAmp(final Context context, @NonNull final T message);
}

0 comments on commit d60fa45

Please sign in to comment.