public static interface SendBird.ConnectHandler
SendBird.connect(String, ConnectHandler) and SendBird.connect(String, String, ConnectHandler).| Modifier and Type | Method and Description |
|---|---|
void |
onConnected(User user,
SendBirdException e)
A callback for when SendBird is connected.
|
void onConnected(User user, SendBirdException e)
user - Currently connected User. Returns null if error occurs.e - Error code and message. Returns null if no error occurs. Copyright © 2021, Sendbird or its affiliates. All rights reserved.
Report a bug or request a feature
For further developer documentation, see Chat SDK Documentation. That documentation contains more detailed descriptions, conceptual overviews, definitions of terms, and code examples.