Display the landing message attached to the notification.
The notification must have been fetched by this fetcher before.
The identifier of the notification to display
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.
Sets whether the SDK should filter silent notifications (pushes that don't result in a message being shown to the user). Default: true
Whether the SDK should filter silent notifications
Destroys the fetcher.
You'll usually want to use this when your component unmounts in order to free up memory.