Package im.getsocial.sdk.notifications
Interface OnTokenReceivedListener
-
public interface OnTokenReceivedListener
Listener to get Push Notification device token when ready. Not invoked if Push Notifications are not configured properly.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onTokenReady(java.lang.String deviceToken)
Called when GetSocial get the Push Notification device token.
-