A notification in the server.
More...
Inherited by Nakama.ApiNotification.
A notification in the server.
◆ Code
int Nakama.IApiNotification.Code |
|
get |
Category code for this notification.
◆ Content
string Nakama.IApiNotification.Content |
|
get |
Content of the notification in JSON.
◆ CreateTime
string Nakama.IApiNotification.CreateTime |
|
get |
The UNIX time when the notification was created.
◆ Id
string Nakama.IApiNotification.Id |
|
get |
◆ Persistent
bool Nakama.IApiNotification.Persistent |
|
get |
True if this notification was persisted to the database.
◆ SenderId
string Nakama.IApiNotification.SenderId |
|
get |
ID of the sender, if a user. Otherwise 'null'.
◆ Subject
string Nakama.IApiNotification.Subject |
|
get |
Subject of the notification.
The documentation for this interface was generated from the following file: