setFactory
public static void setFactory(@Nullable
PushNotificationsReceiver.PushNotificationsReceiverFactory pushNotificationsReceiverFactory)
Set the global (default) factory used to register a push notification receiver. Clients normally don't call this
method directly and just call JSimpleIO.init at app startup instead, which sets the factory to the default
implementation appropriate for the current platform.
- Parameters:
pushNotificationsReceiverFactory
- push notifications factory for the platform