Interface NotificationSDKClient.NotificationSDKClientListener
-
- Enclosing class:
- NotificationSDKClient
public static interface NotificationSDKClient.NotificationSDKClientListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onException(NotificationSDKClientException exception)
void
onRegistrationSuccess(java.lang.String notificationIdentifier)
-
-
-
Method Detail
-
onRegistrationSuccess
void onRegistrationSuccess(java.lang.String notificationIdentifier)
-
onException
void onException(NotificationSDKClientException exception)
-
-