Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "UrbanAirship"

Index

Type aliases

AuthorizedNotificationSettingsIOS

AuthorizedNotificationSettingsIOS: AuthorizedNotificationSetting

Enum of authorized notification settings. iOS only.

deprecated

Use iOS.AuthorizedNotificationSetting instead.

ForegroundNotificationOptionsIOS

ForegroundNotificationOptionsIOS: {}

A map of foreground notification options. iOS only.

deprecated

Use iOS.ForegroundPresentationOption[] instead of a map.

Type declaration

LogLevel

LogLevel: "verbose" | "debug" | "info" | "warning" | "error" | "none"

Log levels.

NotificationOptionsIOS

NotificationOptionsIOS: ForegroundPresentationOption

Enum of notification options. iOS only.

deprecated

This enum is poorly named and refers to foreground presentation options instead of notification options. Use iOS.ForegroundPresentationOption instead.

NotificationOptionsMapIOS

NotificationOptionsMapIOS: {}

A map of notification options. iOS only.

deprecated

Not used.

Type declaration

Site

Site: "us" | "eu"

Possible sites.

iOSAuthorizedNotificationSettingsMap

iOSAuthorizedNotificationSettingsMap: {}

A map of authorized notification settings.

deprecated

Use [iOS.AuthorizedNotificationSetting] instead.

Type declaration

Functions

convertFeatureEnum

  • convertFeatureEnum(feature: String): Feature

Generated using TypeDoc