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 Name | Usage Information |
---|---|
EOS_HSessions Handle | |
const EOS_Sessions_AddNotifyJoinSessionAcceptedOptions* Options | Structure containing information about the request. |
void* ClientData | Arbitrary data that is passed back to you in the CompletionDelegate. |
const EOS_Sessions_OnJoinSessionAcceptedCallback NotificationFn | A callback that is fired when 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 Name | Usage Information |
---|---|
const EOS_Sessions_JoinSessionAcceptedCallbackInfo* Data | A EOS_Sessions_JoinSessionAcceptedCallbackInfo containing the output information and result |