EOS_CustomInvites_AddNotifyCustomInviteRejected

EOS API reference page for EOS_CustomInvites_AddNotifyCustomInviteRejected

2 mins to read

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 NameUsage Information
EOS_HCustomInvites Handle
const EOS_CustomInvites_AddNotifyCustomInviteRejectedOptions* OptionsStructure containing information about the request.
void* ClientDataArbitrary data that is passed back to you in the CompletionDelegate.
const EOS_CustomInvites_OnCustomInviteRejectedCallback NotificationFnA 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 NameUsage Information
const EOS_CustomInvites_CustomInviteRejectedCallbackInfo* DataA EOS_CustomInvites_CustomInviteRejectedCallbackInfo containing the output information and result