Package 

Class FCMTokenRegistrationProvider

    • Method Summary

      Modifier and Type Method Description
      String getShortname() Returns the short name of the provider.
      String getRegistration() Returns the registration if possible.Some providers might not have it right away.
      • Methods inherited from class com.batch.android.push.FCMAbstractRegistrationProvider

        checkLibraryAvailability, checkServiceAvailability, fetchSenderID, getAdsIdentifierProvider, getSenderID, isFirebaseMessagingPresent
      • Methods inherited from class java.lang.Object

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

      • getShortname

         String getShortname()

        Returns the short name of the provider. For example: "FCM".

      • getRegistration

        @Nullable() String getRegistration()

        Returns the registration if possible.Some providers might not have it right away. Return null in these cases.