EOS_Sessions_AddNotifyJoinSessionAccepted

EOS API reference page for EOS_Sessions_AddNotifyJoinSessionAccepted

2 분 소요

This function is part of the Sessions Interface.

Remarks

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

must call RemoveNotifyJoinSessionAccepted to remove the notification

Return Value

handle representing the registered callback

Parameters

EOS_Sessions_AddNotifyJoinSessionAccepted

Parameter Type And NameUsage Information
EOS_HSessions Handle
const EOS_Sessions_AddNotifyJoinSessionAcceptedOptions* OptionsStructure containing information about the request.
void* ClientDataArbitrary data that is passed back to you in the CompletionDelegate.
const EOS_Sessions_OnJoinSessionAcceptedCallback 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_Sessions_OnJoinSessionAcceptedCallback to report the results of its operation.

Callback Remarks

Function prototype definition for notifications that come from EOS_Sessions_AddNotifyJoinSessionAccepted

Callback Parameters

EOS_Sessions_OnJoinSessionAcceptedCallback

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