Choose your implementation method:
This function is part of the Sessions Interface.
Register to receive session invites.
must call RemoveNotifySessionInviteReceived to remove the notification
Return Value
handle representing the registered callback
Parameters
EOS_Sessions_AddNotifySessionInviteReceived
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 EOS_Sessions_OnSessionInviteReceivedCallback to report the results of its operation.
Function prototype definition for notifications that come from EOS_Sessions_AddNotifySessionInviteReceived
Callback Parameters
EOS_Sessions_OnSessionInviteReceivedCallback
This function is part of the Sessions Interface.
Register to receive session invites.
must call RemoveNotifySessionInviteReceived to remove the notification
Return Value
handle representing the registered callback
Parameters
Sessions.SessionsInterface.AddNotifySessionInviteReceived
Parameter Type And Name
|
Usage Information
|
AddNotifySessionInviteReceivedOptions options
|
Structure containing information about the session invite notification
|
object clientData
|
Arbitrary data that is passed back to you in the CompletionDelegate
|
OnSessionInviteReceivedCallback notificationFn
|
A callback that is fired when a session invite for a user has been 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.OnSessionInviteReceivedCallback to report the results of its operation.
Function prototype definition for notifications that come from {SessionsInterface.AddNotifySessionInviteReceived}
Callback Parameters
Sessions.OnSessionInviteReceivedCallback
Parameter Type And Name
|
Usage Information
|
SessionInviteReceivedCallbackInfo data
|
A EOS_Sessions_SessionInviteReceivedCallbackInfo containing the output information and result
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no