-
- All Implemented Interfaces:
-
com.batch.android.PushRegistrationProvider
public class FCMTokenRegistrationProvider extends FCMAbstractRegistrationProvider
-
-
Method Summary
Modifier and Type Method Description StringgetShortname()Returns the short name of the provider. StringgetRegistration()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.
-
-
-
-