OnInvitationCancelled
Introduction
The callback of invitation been cancelled event.
Returned template
OnInvitationCancelled = void Function(
string inviteID,
string inviter,
string data
)
Return value details
| name | type | description |
|---|---|---|
| inviteID | string | The invitation ID. |
| inviter | string | The ID of the inviter. |
| data | string | The custom data associated with the canceling. |