public static interface SendBird.GetChannelInvitationPreferenceHandler
SendBird.getChannelInvitationPreference(GetChannelInvitationPreferenceHandler).| Modifier and Type | Method and Description |
|---|---|
void |
onResult(boolean autoAccept,
SendBirdException e)
A callback for when preference of accepting
GroupChannel invitation for the current
User is got. |
void onResult(boolean autoAccept,
SendBirdException e)
GroupChannel invitation for the current
User is got.autoAccept - If true, the current User will join the GroupChannel automatically
when the User is invited. Otherwise, the User must accept the invitation
to join the GroupChannel.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.