Register for push callback
A callback to register for push.
Declared in
com.synerise.sdk.core.listeners.OnRegisterForPushListener
It is important to register your customers for push messages, therefore Synerise SDK may request you to register client for push notifications.
This callback is called at after client signs in, signs up or deletes account.
- void onRegisterForPushRequired();
Note: Fore more information about which methods should be implemented inside this callback please check: How to configure notifications article.