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

A batch of join and leave presences for a match. More...

Inherited by Nakama.MatchPresenceEvent.

Properties

IEnumerable< IUserPresenceJoins [get]
 Presences of users who joined the match.
 
IEnumerable< IUserPresenceLeaves [get]
 Presences of users who left the match.
 
string MatchId [get]
 The unique match identifier.
 

Detailed Description

A batch of join and leave presences for a match.

Property Documentation

◆ Joins

IEnumerable<IUserPresence> Nakama.IMatchPresenceEvent.Joins
get

Presences of users who joined the match.

◆ Leaves

IEnumerable<IUserPresence> Nakama.IMatchPresenceEvent.Leaves
get

Presences of users who left the match.

◆ MatchId

string Nakama.IMatchPresenceEvent.MatchId
get

The unique match identifier.


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