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