Represents an event to be passed through the server to registered event handlers.
More...
|
| 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.
|
Represents an event to be passed through the server to registered event handlers.
◆ 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: