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

A notification in the server. More...

Inherited by Nakama.ApiNotification.

Properties

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.
 

Detailed Description

A notification in the server.

Property Documentation

◆ 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

ID of the Notification.

◆ 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: