Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
|
A status update event about other users who've come online or gone offline. More...
Inherited by Nakama.StatusPresenceEvent.
Properties | |
IEnumerable< IUserPresence > | Leaves [get] |
Presences of users who left the server. | |
IEnumerable< IUserPresence > | Joins [get] |
Presences of users who joined the server. | |
A status update event about other users who've come online or gone offline.
|
get |
Presences of users who joined the server.
This join information is in response to a subscription made to be notified when a user comes online.
|
get |
Presences of users who left the server.
This leave information is in response to a subscription made to be notified when a user goes offline.