-
public interface SendBird.GetChannelInvitationPreferenceHandler
GetAutoAcceptInvitation handler.This provides callback for getChannelInvitationPreference.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(boolean autoAccept, SendBirdException e)
A callback for when preference of accepting GroupChannel
invitation for the currentUser
is got.-
-
Method Detail
-
onResult
abstract void onResult(boolean autoAccept, SendBirdException e)
A callback for when preference of accepting
GroupChannel
invitation for the currentUser
is got.- Parameters:
autoAccept
- If true, the currentUser
will join theGroupChannel
automaticallywhen theUser
is invited.e
-null
if no error.
-
-
-
-