Package 

Class BatchPushHelper

    • Method Summary

      Modifier and Type Method Description
      static synchronized boolean canDisplayPush(Context context, InternalPushData batchData) This method checks:- If this notification is for the current Install ID (if available)It used to do other stuff as in deduplicate notifications but that's been reworked.
      static Bundle firebaseMessageToReceiverBundle(@Nullable() RemoteMessage message) Convert a Firebase RemoteMessage to a bundle, for compatibility with all the methods that usedto deal with a BroadcastReceiver started by GCM
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • canDisplayPush

         static synchronized boolean canDisplayPush(Context context, InternalPushData batchData)

        This method checks:- If this notification is for the current Install ID (if available)It used to do other stuff as in deduplicate notifications but that's been reworked.

      • firebaseMessageToReceiverBundle

        @Nullable() static Bundle firebaseMessageToReceiverBundle(@Nullable() RemoteMessage message)

        Convert a Firebase RemoteMessage to a bundle, for compatibility with all the methods that usedto deal with a BroadcastReceiver started by GCM