public interface InviteUiCallback
ViewBuilder.show()
.Modifier and Type | Method and Description |
---|---|
void |
onCancel(String channelId)
Called to indicate the invite was canceled by the user.
|
void |
onComplete(String channelId)
Called to indicate the invite was successful.
|
void |
onError(String channelId,
Throwable error)
Called to indicate there was an error sending the invite.
|
void onComplete(String channelId)
channelId
- Id of invite channel selected by user.void onCancel(String channelId)
channelId
- Id of invite channel selected by user.(c) Copyright GetSocial BV, 2017. All Rights Reserved.