Nakama .NET Client 3.17.0
The official Nakama and Satori .NET client.
|
A status update event about other users who've come online or gone offline. More...
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.