-
public class PushRegistrationProviderFactoryFactory, giving you the adequate push registration provider according to the app setup and SDK settings
-
-
Constructor Summary
Constructors Constructor Description PushRegistrationProviderFactory(Context context, boolean shouldUseGoogleInstanceID, String gcmSenderID)
-
Method Summary
Modifier and Type Method Description PushRegistrationProvidergetRegistrationProvider()PushRegistrationProvidergetExternalPushRegistrationProvider()booleanisExternalProviderAllowed(@NonNull() String shortname)-
-
Method Detail
-
getRegistrationProvider
@Nullable() PushRegistrationProvider getRegistrationProvider()
-
getExternalPushRegistrationProvider
PushRegistrationProvider getExternalPushRegistrationProvider()
-
isExternalProviderAllowed
boolean isExternalProviderAllowed(@NonNull() String shortname)
-
-
-
-