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

Incoming party data delivered from the server. More...

Inherited by Nakama.PartyData.

Properties

string PartyId [get]
 The ID of the party.
 
IUserPresence Presence [get]
 A reference to the user presence that sent this data, if any.
 
long OpCode [get]
 The operation code the message was sent with.
 
byte[] Data [get]
 Data payload, if any.
 

Detailed Description

Incoming party data delivered from the server.

Property Documentation

◆ Data

byte [] Nakama.IPartyData.Data
get

Data payload, if any.

◆ OpCode

long Nakama.IPartyData.OpCode
get

The operation code the message was sent with.

◆ PartyId

string Nakama.IPartyData.PartyId
get

The ID of the party.

◆ Presence

IUserPresence Nakama.IPartyData.Presence
get

A reference to the user presence that sent this data, if any.


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