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