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

Presence update for a particular party. More...

Inherited by Nakama.PartyPresenceEvent.

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: