batch_inbox library

Classes

BatchInbox
Batch Inbox module
BatchInboxFetcher
BatchInboxFetcher allows you to fetch notifications that have been sent to a user (or installation, more on that later) in their raw form, allowing you to display them in a list, for example. This is also useful to display messages to users who disabled notifications.
BatchInboxFetchResult
Describes a fetch operation result
BatchInboxNotificationContent
Describes the content of an inbox notification.

Enums

BatchInboxNotificationSource
Source of a notification. This is "what" triggered the push to be sent to the user. Push Campaign, Transactional notification, ... Unknown means that your SDK is too old to understand a new source that has been introduced after its release.

Exceptions / Errors

DisposedInboxError
Error thrown when the BatchInboxFetcher object receives a method call after BatchInboxFetcher.dispose has been called.
InboxInternalError
Error thrown when an internal inbox error happens.