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

Represents an event to be passed through the server to registered event handlers. More...

Inherited by Nakama.ApiEvent.

Properties

bool External [get]
 True if the event came directly from a client call, false otherwise.
 
string Name [get]
 An event name, type, category, or identifier.
 
IDictionary< string, string > Properties [get]
 Arbitrary event property values.
 
string Timestamp [get]
 The time when the event was triggered.
 

Detailed Description

Represents an event to be passed through the server to registered event handlers.

Property Documentation

◆ External

bool Nakama.IApiEvent.External
get

True if the event came directly from a client call, false otherwise.

◆ Name

string Nakama.IApiEvent.Name
get

An event name, type, category, or identifier.

◆ Properties

IDictionary<string, string> Nakama.IApiEvent.Properties
get

Arbitrary event property values.

◆ Timestamp

string Nakama.IApiEvent.Timestamp
get

The time when the event was triggered.


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