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

Incoming information about a party. More...

Properties

string PartyId [get]
 The unique party identifier.
bool Open [get]
 True, if the party is open to join.
bool Hidden [get]
 True, if the party is show in listing.
string Label [get]
 Label to filter results in Party listing.

Detailed Description

Incoming information about a party.

Property Documentation

◆ Hidden

bool Nakama.IPartyUpdate.Hidden
get

True, if the party is show in listing.

◆ Label

string Nakama.IPartyUpdate.Label
get

Label to filter results in Party listing.

◆ Open

bool Nakama.IPartyUpdate.Open
get

True, if the party is open to join.

◆ PartyId

string Nakama.IPartyUpdate.PartyId
get

The unique party identifier.


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