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

A collection of zero or more notifications. More...

Inherited by Nakama.ApiNotificationList.

Properties

string CacheableCursor [get]
 Use this cursor to paginate notifications. Cache this to catch up to new notifications.
 
IEnumerable< IApiNotificationNotifications [get]
 Collection of notifications.
 

Detailed Description

A collection of zero or more notifications.

Property Documentation

◆ CacheableCursor

string Nakama.IApiNotificationList.CacheableCursor
get

Use this cursor to paginate notifications. Cache this to catch up to new notifications.

◆ Notifications

IEnumerable<IApiNotification> Nakama.IApiNotificationList.Notifications
get

Collection of notifications.


The documentation for this interface was generated from the following file: