EOS_Presence_AddNotifyJoinGameAccepted

EOS API reference page for EOS_Presence_AddNotifyJoinGameAccepted

2 分で読めます

This function is part of the Presence Interface.

Remarks

Register to receive notifications when a user accepts a join game option via the social overlay.

must call RemoveNotifyJoinGameAccepted to remove the notification

Return Value

handle representing the registered callback

Parameters

EOS_Presence_AddNotifyJoinGameAccepted

Parameter Type And NameUsage Information
EOS_HPresence Handle
const EOS_Presence_AddNotifyJoinGameAcceptedOptions* OptionsStructure containing information about the request.
void* ClientDataArbitrary data that is passed back to you in the CompletionDelegate.
const EOS_Presence_OnJoinGameAcceptedCallback NotificationFnA callback that is fired when a a notification is received.

Callback Function Information

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

Callback Remarks

Function prototype definition for notifications that come from EOS_Presence_AddNotifyJoinGameAccepted

Callback Parameters

EOS_Presence_OnJoinGameAcceptedCallback

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