public interface InviteCallback
GetSocial.sendInvite(String providerId, InviteCallback callback)
.Modifier and Type | Method and Description |
---|---|
void |
onCancel()
Called to indicate the invite was canceled by the user.
|
void |
onComplete()
Called to indicate the invite was successful.
|
void |
onError(java.lang.Throwable error)
Called to indicate there was an error sending the invite.
|
void onComplete()
void onCancel()
void onError(java.lang.Throwable error)
error
- The throwable that describes the error(c) Copyright GetSocial BV, 2020. All Rights Reserved.