Interface UnregistrationListener


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onError​(RegistrationException registrationException, java.lang.String accessToken, java.lang.String fcmToken)
      Reports an error related to GCM or FCM token unregistration.
      void onUnregistered​(java.lang.String accessToken, java.lang.String fcmToken)
      Reports a successful GCM or FCM token unregistration.
    • Method Detail

      • onUnregistered

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

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