Package 

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
      abstract void onUnregistered(String accessToken, String fcmToken) Reports a successful GCM or FCM token unregistration.
      abstract void onError(RegistrationException registrationException, String accessToken, String fcmToken) Reports an error related to GCM or FCM token unregistration.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait