This function is part of the Lobby Interface.
Register to receive notifications when a lobby owner updates the attributes associated with the lobby.
must call RemoveNotifyLobbyUpdateReceived to remove the notification
Return Value
handle representing the registered callback
Parameters
EOS_Lobby_AddNotifyLobbyUpdateReceived
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_OnLobbyUpdateReceivedCallback to report the results of its operation.
Function prototype definition for notifications that comes from EOS_Lobby_AddNotifyLobbyUpdateReceived
Callback Parameters
EOS_Lobby_OnLobbyUpdateReceivedCallback
This function is part of the Lobby Interface.
Register to receive notifications when a lobby owner updates the attributes associated with the lobby.
must call RemoveNotifyLobbyUpdateReceived to remove the notification
Return Value
handle representing the registered callback
Parameters
Lobby.LobbyInterface.AddNotifyLobbyUpdateReceived
Parameter Type And Name
|
Usage Information
|
AddNotifyLobbyUpdateReceivedOptions options
|
Structure containing information about the request.
|
object clientData
|
Arbitrary data that is passed back to you in the CompletionDelegate.
|
OnLobbyUpdateReceivedCallback 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.OnLobbyUpdateReceivedCallback to report the results of its operation.
Function prototype definition for notifications that comes from {LobbyInterface.AddNotifyLobbyUpdateReceived}
Callback Parameters
Lobby.OnLobbyUpdateReceivedCallback
Parameter Type And Name
|
Usage Information
|
LobbyUpdateReceivedCallbackInfo data
|
A EOS_Lobby_LobbyUpdateReceivedCallbackInfo 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