public interface UnregistrationListener
Voice
's unregister request.Modifier and Type | Method and Description |
---|---|
void |
onError(RegistrationException registrationException,
String accessToken,
String fcmToken)
Reports an error related to GCM or FCM token unregistration.
|
void |
onUnregistered(String accessToken,
String fcmToken)
Reports a successful GCM or FCM token unregistration.
|
void onUnregistered(String accessToken, String fcmToken)
void onError(RegistrationException registrationException, String accessToken, String fcmToken)
5.2.0