SDK Reference v2.0.0 / NotificationHistoryPage

NotificationHistoryPage

struct NotificationHistoryPage : PagedResult, Decodable

A page of notifications.


PageID
typealias MyDataHelpsKit.NotificationHistoryPage.PageID = ScopedIdentifier<NotificationHistoryPage, String>

Identifies a specific page of notifications.

notifications
let notifications: [NotificationHistoryModel]

A list of notifications filtered by the query criteria, ordered by date, most recent first.

nextPageID
let nextPageID: PageID?

An ID to be used with subsequent NotificationHistoryQuery requests. Results from queries using this ID as the pageID parameter will show the next page of results. nil if there isn’t a next page.