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

A state change received from a stream. More...

Properties

IUserPresence Sender [get]
 The user who sent the state change. May be null.
string State [get]
 The contents of the state change.
IStream Stream [get]
 The identifier for the stream.

Detailed Description

A state change received from a stream.

Property Documentation

◆ Sender

IUserPresence Nakama.IStreamState.Sender
get

The user who sent the state change. May be null.

◆ State

string Nakama.IStreamState.State
get

The contents of the state change.

◆ Stream

IStream Nakama.IStreamState.Stream
get

The identifier for the stream.


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