A notification in the server.
More...
Inherited by Nakama.ApiNotification.
|
int | Code [get] |
| Category code for this notification.
|
|
string | Content [get] |
| Content of the notification in JSON.
|
|
string | CreateTime [get] |
| The UNIX time (for gRPC clients) or ISO string (for REST clients) when the notification was created.
|
|
string | Id [get] |
| ID of the Notification.
|
|
bool | Persistent [get] |
| True if this notification was persisted to the database.
|
|
string | SenderId [get] |
| ID of the sender, if a user. Otherwise 'null'.
|
|
string | Subject [get] |
| Subject of the notification.
|
|
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 (for gRPC clients) or ISO string (for REST clients) 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: