public static interface SendBird.UserBlockHandler
SendBird.blockUser(User, UserBlockHandler) and SendBird.blockUserWithUserId(String, UserBlockHandler).| Modifier and Type | Method and Description |
|---|---|
void |
onBlocked(User blockedUser,
SendBirdException e)
A callback for when
User is blocked. |
void onBlocked(User blockedUser, SendBirdException e)
User is blocked.blockedUser - Blocked User.e - null if no error. 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.