This function is part of the Lobby Interface.
Register to receive notifications about lobby invites sent to local users.
must call RemoveNotifyLobbyInviteReceived to remove the notification
Return Value
handle representing the registered callback
Parameters
EOS_Lobby_AddNotifyLobbyInviteReceived
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_Lobby_OnLobbyInviteReceivedCallback to report the results of its operation.
Function prototype definition for notifications that comes from EOS_Lobby_AddNotifyLobbyInviteReceived
Callback Parameters
EOS_Lobby_OnLobbyInviteReceivedCallback
This function is part of the Lobby Interface.
Register to receive notifications about lobby invites sent to local users.
must call RemoveNotifyLobbyInviteReceived to remove the notification
Return Value
handle representing the registered callback
Parameters
Lobby.LobbyInterface.AddNotifyLobbyInviteReceived
Parameter Type And Name
|
Usage Information
|
AddNotifyLobbyInviteReceivedOptions options
|
Structure containing information about the request.
|
object clientData
|
Arbitrary data that is passed back to you in the CompletionDelegate.
|
OnLobbyInviteReceivedCallback 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 Lobby.OnLobbyInviteReceivedCallback to report the results of its operation.
Function prototype definition for notifications that comes from {LobbyInterface.AddNotifyLobbyInviteReceived}
Callback Parameters
Lobby.OnLobbyInviteReceivedCallback
Parameter Type And Name
|
Usage Information
|
LobbyInviteReceivedCallbackInfo data
|
A EOS_Lobby_LobbyInviteReceivedCallbackInfo 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