Package 

Class FCMAbstractRegistrationProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected String senderID
    • Method Summary

      Modifier and Type Method Description
      String getSenderID() Returns the Sender ID of the provider, or equivalent.
      String fetchSenderID(Context context)
      void checkServiceAvailability() Is this provider installed on the device?This is the place to check if the service is installed on the device and if its versionmatch the feature we need.
      void checkLibraryAvailability() Is this provider implemented in the app?This is the place to check if the libraries are here at runtime andif the user enabled/disabled your provider.
      static boolean isFirebaseMessagingPresent()
      • Methods inherited from class com.batch.android.PushRegistrationProvider

        getRegistration, getShortname
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait