This function is part of the CustomInvites Interface.
Remarks
Register to receive notifications when a Custom Invite for any logged in local user is rejected via the Social Overlay Invites rejected in this way do not need to have FinalizeInvite called on them, it is called automatically internally by the SDK.
must call EOS_CustomInvites_RemoveNotifyCustomInviteRejected to remove the notification
Return Value
handle representing the registered callback
Parameters
EOS_CustomInvites_AddNotifyCustomInviteRejected
Parameter Type And Name | Usage Information |
---|---|
EOS_HCustomInvites Handle | |
const EOS_CustomInvites_AddNotifyCustomInviteRejectedOptions* Options | Structure containing information about the request. |
void* ClientData | Arbitrary data that is passed back to you in the CompletionDelegate. |
const EOS_CustomInvites_OnCustomInviteRejectedCallback NotificationFn | A callback that is fired when a Custom Invite is rejected via the Social Overlay. |
Callback Function Information
Because this function is asynchronous, it employs a callback of type EOS_CustomInvites_OnCustomInviteRejectedCallback to report the results of its operation.
Callback Remarks
Function prototype definition for notifications that comes from EOS_CustomInvites_AddNotifyCustomInviteRejected
Callback Parameters
EOS_CustomInvites_OnCustomInviteRejectedCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_CustomInvites_CustomInviteRejectedCallbackInfo* Data | A EOS_CustomInvites_CustomInviteRejectedCallbackInfo containing the output information and result |