Package 

Interface RegistrationListener


  • 
    public interface RegistrationListener
    
                        

    RegistrationListener interface defines a set of callbacks for events related to Voice's register request.

    • Method Summary

      Modifier and Type Method Description
      abstract void onRegistered(@NonNull() String accessToken, @NonNull() String fcmToken) Reports a successful GCM or FCM token registration.
      abstract void onError(@NonNull() RegistrationException registrationException, @NonNull() String accessToken, @NonNull() String fcmToken) Reports an error related to GCM or FCM token registration.
      • Methods inherited from class java.lang.Object

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