![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
A collection of zero or more notifications. More...
#include <NNotificationList.h>
Public Attributes | |
std::vector< NNotification > | notifications |
Collection of notifications. More... | |
std::string | cacheableCursor |
Use this cursor to paginate notifications. Cache this to catch up to new notifications. More... | |
A collection of zero or more notifications.
std::string NNotificationList::cacheableCursor |
Use this cursor to paginate notifications. Cache this to catch up to new notifications.
std::vector<NNotification> NNotificationList::notifications |
Collection of notifications.