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

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

Inherited by Nakama.StreamState.

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: