airship_flutter library

Classes

Airship
The Main Airship API.
AttributeEditor
Editor for attributes.
ChannelEvent
Event fired when a channel registration occurs.
ContactSubscriptionList
Contact subscription list object.
CustomEvent
Custom event object.
InboxMessage
Inbox message object.
InboxMessageView
Inbox message view component.
Notification
Push notification object.
NotificationResponseEvent
Event fired when the user initiates a notification response.
PreferenceCenterAlertItem
Preference center alert item.
PreferenceCenterAlertItemButton
Preference center alert item button.
PreferenceCenterChannelSubscriptionItem
Preference center channel subscription item.
PreferenceCenterCommonDisplay
Preference center common display information.
PreferenceCenterCommonSection
Preference center common section.
PreferenceCenterCondition
Preference center condition.
PreferenceCenterConfig
Preference center config object.
PreferenceCenterContactSubscriptionGroupItem
Preference center contact subscription group item.
PreferenceCenterContactSubscriptionGroupItemComponent
Preference center contact subscription group item component.
PreferenceCenterContactSubscriptionItem
Preference center contact subscription item.
PreferenceCenterIconDisplay
Preference center common display information with icon.
PreferenceCenterItem
Preference center item.
PreferenceCenterLabeledSectionBreak
PreferenceCenterNotificationOptInCondition
Preference center notification opt-in condition.
PreferenceCenterSection
Preference center section.
PushReceivedEvent
Event fired when a push is received.
ScopedSubscriptionListEditor
Scoped subscription list editor.
SubscriptionList
Subscription list object.
SubscriptionListEditor
Subscription list editor.
TagGroupEditor
Editor for tag groups.

Enums

ChannelScope
Channel Scope types.
PreferenceCenterConditionOptIn
Preference center condition opt-in.
PreferenceCenterConditionType
Preference center condition type.
PreferenceCenterItemType
Preference center item type.
PreferenceCenterSectionType
Preference center section type.

Typedefs

BackgroundMessageHandler = Future<void> Function(Map<String, dynamic> payload, Notification? notification)