Package com.twilio.voice
Interface UnregistrationListener
public interface UnregistrationListener
UnregistrationListener interface defines a set of callbacks for events related to
Voice's unregister request.-
Method Summary
Modifier and TypeMethodDescriptionvoidonError(RegistrationException registrationException, String accessToken, String fcmToken) Reports an error related to GCM or FCM token unregistration.voidonUnregistered(String accessToken, String fcmToken) Reports a successful GCM or FCM token unregistration.
-
Method Details
-
onUnregistered
Reports a successful GCM or FCM token unregistration. -
onError
Reports an error related to GCM or FCM token unregistration.
-