Nakama .NET Client 3.17.0
The official Nakama and Satori .NET client.
Loading...
Searching...
No Matches
Nakama.IPartyPresenceEvent Interface Reference

Presence update for a particular party. More...

Properties

string PartyId [get]
 The ID of the party.
IEnumerable< IUserPresenceJoins [get]
 The user presences that have just joined the party.
IEnumerable< IUserPresenceLeaves [get]
 The user presences that have just left the party.

Detailed Description

Presence update for a particular party.

Property Documentation

◆ Joins

IEnumerable<IUserPresence> Nakama.IPartyPresenceEvent.Joins
get

The user presences that have just joined the party.

◆ Leaves

IEnumerable<IUserPresence> Nakama.IPartyPresenceEvent.Leaves
get

The user presences that have just left the party.

◆ PartyId

string Nakama.IPartyPresenceEvent.PartyId
get

The ID of the party.


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