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

Incoming notification for one or more new presences attempting to join the party. More...

Inherited by Nakama.PartyJoinRequest.

Properties

string PartyId [get]
 The ID of the party to get a list of join requests for.
 
IEnumerable< IUserPresencePresences [get]
 Presences attempting to join, or who have joined.
 

Detailed Description

Incoming notification for one or more new presences attempting to join the party.

Property Documentation

◆ PartyId

string Nakama.IPartyJoinRequest.PartyId
get

The ID of the party to get a list of join requests for.

◆ Presences

IEnumerable<IUserPresence> Nakama.IPartyJoinRequest.Presences
get

Presences attempting to join, or who have joined.


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