public static interface OpenChannel.OpenChannelUnmuteHandler
OpenChannel.unmuteUser(User, OpenChannelUnmuteHandler)
and OpenChannel.unmuteUserWithUserId(String, OpenChannelUnmuteHandler)
.Modifier and Type | Method and Description |
---|---|
void |
onResult(SendBirdException e)
A callback for when a
User is unmuted. |
void onResult(SendBirdException e)
User
is unmuted.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.