public interface RegistrationListener
Voice
's register request.Modifier and Type | Method and Description |
---|---|
void |
onError(RegistrationException registrationException,
String accessToken,
String fcmToken)
Reports an error related to GCM or FCM token registration.
|
void |
onRegistered(String accessToken,
String fcmToken)
Reports a successful GCM or FCM token registration.
|
void onRegistered(String accessToken, String fcmToken)
void onError(RegistrationException registrationException, String accessToken, String fcmToken)
registrationException
- Exception containing information about the cause of the failure.5.2.0