Interface UnregistrationListener


public interface UnregistrationListener
UnregistrationListener interface defines a set of callbacks for events related to Voice's unregister request.
  • Method Summary

    Modifier and Type
    Method
    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.
  • Method Details

    • onUnregistered

      void onUnregistered(String accessToken, String fcmToken)
      Reports a successful GCM or FCM token unregistration.
    • onError

      void onError(RegistrationException registrationException, String accessToken, String fcmToken)
      Reports an error related to GCM or FCM token unregistration.