Nakama C++ Client SDK 2.5.1
Client for Nakama Server
NNotificationList Struct Reference

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

#include <NNotificationList.h>

Public Attributes

std::vector< NNotificationnotifications
 Collection of notifications. More...
 
std::string cacheableCursor
 Use this cursor to paginate notifications. Cache this to catch up to new notifications. More...
 

Detailed Description

A collection of zero or more notifications.

Member Data Documentation

◆ cacheableCursor

std::string NNotificationList::cacheableCursor

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

◆ notifications

std::vector<NNotification> NNotificationList::notifications

Collection of notifications.


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