Package 

Interface ConnectionManager.AuthenticateHandler

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onAuthenticated(User user, SendBirdException e) A callback for when SendBird is authenticated.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onAuthenticated

        @Deprecated(message = Deprecated as of 3.1.6. SendBird.ConnectHandler.onConnected) abstract Unit onAuthenticated(User user, SendBirdException e)

        A callback for when SendBird is authenticated.

        since 3.0.70

        Parameters:
        user - Currently connected User.
        e - Error code and message.