This function is part of the Sessions Interface.
Register to receive notifications when a user accepts a session invite via the social overlay.
must call RemoveNotifySessionInviteAccepted to remove the notification
Return Value
handle representing the registered callback
Parameters
Sessions.SessionsInterface.AddNotifySessionInviteAccepted
Parameter Type And Name
|
Usage Information
|
AddNotifySessionInviteAcceptedOptions options
|
Structure containing information about the request.
|
object clientData
|
Arbitrary data that is passed back to you in the CompletionDelegate.
|
OnSessionInviteAcceptedCallback notificationFn
|
A callback that is fired when a a notification is received.
|
This function enables your callback (the NotificationFn
parameter) to respond to events that happen on the back-end service. Remember to remove your callback function when it is no longer needed.
Because this function is asynchronous, it employs a callback of type Sessions.OnSessionInviteAcceptedCallback to report the results of its operation.
Function prototype definition for notifications that come from {SessionsInterface.AddNotifySessionInviteAccepted}
Callback Parameters
Sessions.OnSessionInviteAcceptedCallback
Parameter Type And Name
|
Usage Information
|
SessionInviteAcceptedCallbackInfo data
|
A EOS_Sessions_SessionInviteAcceptedCallbackInfo containing the output information and result
|