Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.IStatusPresenceEvent Interface Reference

A status update event about other users who've come online or gone offline. More...

Inherited by Nakama.StatusPresenceEvent.

Properties

IEnumerable< IUserPresenceLeaves [get]
 Presences of users who left the server.
 
IEnumerable< IUserPresenceJoins [get]
 Presences of users who joined the server.
 

Detailed Description

A status update event about other users who've come online or gone offline.

Property Documentation

◆ Joins

IEnumerable<IUserPresence> Nakama.IStatusPresenceEvent.Joins
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.

◆ Leaves

IEnumerable<IUserPresence> Nakama.IStatusPresenceEvent.Leaves
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.


The documentation for this interface was generated from the following file: