This function is part of the Friends Interface.
Remarks
Starts an asynchronous task that accepts a friend invitation from another user. The completion delegate is executed after the backend response has been received.
Parameters
EOS_Friends_AcceptInvite
Parameter Type And Name | Usage Information |
---|---|
EOS_HFriends Handle | |
const EOS_Friends_AcceptInviteOptions* Options | structure containing the logged in account and the inviting account |
void* ClientData | arbitrary data that is passed back to you in the CompletionDelegate |
const EOS_Friends_OnAcceptInviteCallback CompletionDelegate | a 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_OnAcceptInviteCallback to report the results of its operation.
Callback Remarks
Function prototype definition for callbacks passed to EOS_Friends_AcceptInvite
Callback Parameters
EOS_Friends_OnAcceptInviteCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_Friends_AcceptInviteCallbackInfo* Data | A EOS_Friends_AcceptInviteCallbackInfo containing the output information and result. |