EOS_Friends_RejectInvite

EOS API reference page for EOS_Friends_RejectInvite

2 mins to read

This function is part of the Friends Interface.

Remarks

Starts an asynchronous task that rejects a friend invitation from another user. The completion delegate is executed after the backend response has been received.

Parameters

EOS_Friends_RejectInvite

Parameter Type And NameUsage Information
EOS_HFriends Handle
const EOS_Friends_RejectInviteOptions* Optionsstructure containing the logged in account and the inviting account
void* ClientDataarbitrary data that is passed back to you in the CompletionDelegate
const EOS_Friends_OnRejectInviteCallback CompletionDelegatea callback that is fired when the async operation completes, either successfully or in error

Callback Function Information

Because this function is asynchronous, it employs a callback of type EOS_Friends_OnRejectInviteCallback to report the results of its operation.

Callback Remarks

Function prototype definition for callbacks passed to EOS_Friends_RejectInvite

Callback Parameters

EOS_Friends_OnRejectInviteCallback

Parameter Type And NameUsage Information
const EOS_Friends_RejectInviteCallbackInfo* DataA EOS_Friends_RejectInviteCallbackInfo containing output information and the result.