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

A realtime socket stream on the server. More...

Inherited by Nakama.Stream.

Properties

string Descriptor [get]
 The descriptor of the stream. Used with direct chat messages and contains a second user id.
 
string Label [get]
 Identifies streams which have a context across users like a chat channel room.
 
int Mode [get]
 The mode of the stream.
 
string Subject [get]
 The subject of the stream. This is usually a user id.
 

Detailed Description

A realtime socket stream on the server.

Property Documentation

◆ Descriptor

string Nakama.IStream.Descriptor
get

The descriptor of the stream. Used with direct chat messages and contains a second user id.

◆ Label

string Nakama.IStream.Label
get

Identifies streams which have a context across users like a chat channel room.

◆ Mode

int Nakama.IStream.Mode
get

The mode of the stream.

◆ Subject

string Nakama.IStream.Subject
get

The subject of the stream. This is usually a user id.


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