Interface OnTokenReceivedListener


  • public interface OnTokenReceivedListener
    Listener to get Push Notification device token when ready. Not invoked if Push Notifications are not configured properly.
    • Method Detail

      • onTokenReady

        void onTokenReady​(java.lang.String deviceToken)
        Called when GetSocial get the Push Notification device token.
        Parameters:
        deviceToken - Push Notification device token.