Nakama .NET Client SDK 3.13.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.IApiSubscriptionList Interface Reference

A list of validated subscriptions stored by Nakama. More...

Properties

string Cursor [get]
 The cursor to send when retrieving the next page, if any.
 
string PrevCursor [get]
 The cursor to send when retrieving the previous page, if any.
 
IEnumerable< IApiValidatedSubscriptionValidatedSubscriptions [get]
 Stored validated subscriptions.
 

Detailed Description

A list of validated subscriptions stored by Nakama.

Property Documentation

◆ Cursor

string Nakama.IApiSubscriptionList.Cursor
get

The cursor to send when retrieving the next page, if any.

◆ PrevCursor

string Nakama.IApiSubscriptionList.PrevCursor
get

The cursor to send when retrieving the previous page, if any.

◆ ValidatedSubscriptions

IEnumerable<IApiValidatedSubscription> Nakama.IApiSubscriptionList.ValidatedSubscriptions
get

Stored validated subscriptions.


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