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