Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Satori.Event Class Reference

An event to be published to the server. More...

Public Member Functions

 Event (string name, DateTime timestamp, string value=null, Dictionary< string, string > metadata=null, string id=null)
 The event constructor.
 

Properties

string Name [get]
 The name of the event.
 
DateTime Timestamp [get]
 The time when the event was triggered.
 
string Value [get]
 Optional value.
 
Dictionary< string, string > Metadata [get]
 Event metadata, if any.
 
string Id [get]
 Optional event ID assigned by the client, used to de-duplicate in retransmission scenarios. If not supplied the server will assign a randomly generated unique event identifier.
 

Detailed Description

An event to be published to the server.

Constructor & Destructor Documentation

◆ Event()

Satori.Event.Event ( string  name,
DateTime  timestamp,
string  value = null,
Dictionary< string, string >  metadata = null,
string  id = null 
)
inline

The event constructor.

Parameters
nameThe Event.Name
timestampThe Event.Timestamp
valueThe Event.Value
metadataThe Event.Metadata
idThe Event.Id

Property Documentation

◆ Id

string Satori.Event.Id
get

Optional event ID assigned by the client, used to de-duplicate in retransmission scenarios. If not supplied the server will assign a randomly generated unique event identifier.

◆ Metadata

Dictionary<string, string> Satori.Event.Metadata
get

Event metadata, if any.

◆ Name

string Satori.Event.Name
get

The name of the event.

◆ Timestamp

DateTime Satori.Event.Timestamp
get

The time when the event was triggered.

◆ Value

string Satori.Event.Value
get

Optional value.


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