Choose your implementation method:
This function is part of the Lobby Interface.
Register to receive notifications about the changing status of lobby members.
must call RemoveNotifyLobbyMemberStatusReceived to remove the notification
Return Value
handle representing the registered callback
Parameters
EOS_Lobby_AddNotifyLobbyMemberStatusReceived
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_OnLobbyMemberStatusReceivedCallback to report the results of its operation.
Function prototype definition for callbacks passed to EOS_Lobby_AddNotifyLobbyMemberStatusReceived
Callback Parameters
EOS_Lobby_OnLobbyMemberStatusReceivedCallback
This function is part of the Lobby Interface.
Register to receive notifications about the changing status of lobby members.
must call RemoveNotifyLobbyMemberStatusReceived to remove the notification
Return Value
handle representing the registered callback
Parameters
Lobby.LobbyInterface.AddNotifyLobbyMemberStatusReceived
Parameter Type And Name
|
Usage Information
|
AddNotifyLobbyMemberStatusReceivedOptions options
|
Structure containing information about the request.
|
object clientData
|
Arbitrary data that is passed back to you in the CompletionDelegate.
|
OnLobbyMemberStatusReceivedCallback 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.OnLobbyMemberStatusReceivedCallback to report the results of its operation.
Function prototype definition for callbacks passed to {LobbyInterface.AddNotifyLobbyMemberStatusReceived}
Callback Parameters
Lobby.OnLobbyMemberStatusReceivedCallback
Parameter Type And Name
|
Usage Information
|
LobbyMemberStatusReceivedCallbackInfo data
|
A EOS_Lobby_LobbyMemberStatusReceivedCallbackInfo CallbackInfo 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