Fetches new notifications (and resets pagination to 0).
Usually used as an initial fetch and refresh method in an infinite list.
Fetches the next page of notifications.
Usually used as a "fetchMore" method in an infinite list.
Returns whether there is more notification to fetch.
Marks all notifications as read.
Marks a notification as deleted.
The notification must have been fetched by this fetcher before.
The identifier of the notification to mark as deleted
Marks a notification as read.
The notification must have been fetched by this fetcher before.
The identifier of the notification to mark as read
Generated using TypeDoc
Destroys the fetcher.
You'll usually want to use this when your component unmounts in order to free up memory.