Constants
The following constants are available globally.
-
Default registry name for cancel schedules action.
Declaration
Objective-C
extern NSString *const UACancelSchedulesActionDefaultRegistryName
Swift
let UACancelSchedulesActionDefaultRegistryName: String
-
Default registry alias for cancel schedules action.
Declaration
Objective-C
extern NSString *const UACancelSchedulesActionDefaultRegistryAlias
Swift
let UACancelSchedulesActionDefaultRegistryAlias: String
-
Argument value to cancel all schedules.
Declaration
Objective-C
extern NSString *const UACancelSchedulesActionAll
Swift
let UACancelSchedulesActionAll: String
-
Key in the argument value map to list the schedule IDs to cancel.
Declaration
Objective-C
extern NSString *const UACancelSchedulesActionIDs
Swift
let UACancelSchedulesActionIDs: String
-
Key in the argument value map to list the schedule groups to cancel.
Declaration
Objective-C
extern NSString *const UACancelSchedulesActionGroups
Swift
let UACancelSchedulesActionGroups: String
-
Message name limit (100 characters).
Declaration
Objective-C
extern const NSUInteger UAInAppMessageNameLimit
Swift
let UAInAppMessageNameLimit: UInt
-
The in-app message default display behavior. Usually displayed using the default coordinator that allows defining display interval.
Declaration
Objective-C
extern NSString *const _Nonnull UAInAppMessageDisplayBehaviorDefault
Swift
let UAInAppMessageDisplayBehaviorDefault: String
-
The in-app message should be displayed ASAP.
Declaration
Objective-C
extern NSString *const _Nonnull UAInAppMessageDisplayBehaviorImmediate
Swift
let UAInAppMessageDisplayBehaviorImmediate: String
-
Banner in-app message display style defaults plist name.
Declaration
Objective-C
extern NSString *const _Nonnull UABannerStyleFileName
Swift
let UABannerStyleFileName: String
-
Maximum number of button supported by a banner.
Declaration
Objective-C
extern const NSUInteger UAInAppMessageBannerMaxButtons
Swift
let UAInAppMessageBannerMaxButtons: UInt
-
The key representing the additionalPadding in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UABannerAdditionalPaddingKey
Swift
let UABannerAdditionalPaddingKey: String
-
The key representing the top-level text style in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UABannerTextStyleKey
Swift
let UABannerTextStyleKey: String
-
The key representing the header style in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UABannerHeaderStyleKey
Swift
let UABannerHeaderStyleKey: String
-
The key representing the body style in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UABannerBodyStyleKey
Swift
let UABannerBodyStyleKey: String
-
The key representing the button style in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UABannerButtonStyleKey
Swift
let UABannerButtonStyleKey: String
-
The key representing the media style in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UABannerMediaStyleKey
Swift
let UABannerMediaStyleKey: String
-
The key representing the max width in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UABannerMaxWidthKey
Swift
let UABannerMaxWidthKey: String
-
Button identifier limit (100 characters).
Declaration
Objective-C
extern const NSUInteger UAInAppMessageButtonInfoIDLimit
Swift
let UAInAppMessageButtonInfoIDLimit: UInt
-
The key representing the button additionalPadding in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAButtonAdditionalPaddingKey
Swift
let UAButtonAdditionalPaddingKey: String
-
The key representing the stacked button spacing in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAStackedButtonSpacingKey
Swift
let UAStackedButtonSpacingKey: String
-
The key representing the separated button spacing in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UASeparatedButtonSpacingKey
Swift
let UASeparatedButtonSpacingKey: String
-
The key representing the button height in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAButtonHeightKey
Swift
let UAButtonHeightKey: String
-
JSON keys and values.
Declaration
Objective-C
extern NSString *const UAInAppMessageBodyKey
Swift
let UAInAppMessageBodyKey: String
-
Buttons are stacked.
Declaration
Objective-C
extern NSString *const UAInAppMessageButtonLayoutStackedValue
Swift
let UAInAppMessageButtonLayoutStackedValue: String
-
Buttons are displayed with a space between them.
Declaration
Objective-C
extern NSString *const UAInAppMessageButtonLayoutSeparateValue
Swift
let UAInAppMessageButtonLayoutSeparateValue: String
-
Buttons are displayed right next to each other.
Declaration
Objective-C
extern NSString *const UAInAppMessageButtonLayoutJoinedValue
Swift
let UAInAppMessageButtonLayoutJoinedValue: String
-
Key name for the isReady property. Use this for emitting change notifications.
Declaration
Objective-C
extern NSString *const UAInAppMessageDisplayCoordinatorIsReadyKey
Swift
let UAInAppMessageDisplayCoordinatorIsReadyKey: String
-
Full screen in-app message display style defaults plist name.
Declaration
Objective-C
extern NSString *const _Nonnull UAFullScreenStyleFileName
Swift
let UAFullScreenStyleFileName: String
-
Maximum number of button supported by a full screen.
Declaration
Objective-C
extern const NSUInteger UAInAppMessageFullScreenMaxButtons
Swift
let UAInAppMessageFullScreenMaxButtons: UInt
-
The key representing the dismissIconResource in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAFullScreenDismissIconResourceKey
Swift
let UAFullScreenDismissIconResourceKey: String
-
The key representing the top-level text style in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAFullScreenTextStyleKey
Swift
let UAFullScreenTextStyleKey: String
-
The key representing the header style in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAFullScreenHeaderStyleKey
Swift
let UAFullScreenHeaderStyleKey: String
-
The key representing the body style in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAFullScreenBodyStyleKey
Swift
let UAFullScreenBodyStyleKey: String
-
The key representing the button style in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAFullScreenButtonStyleKey
Swift
let UAFullScreenButtonStyleKey: String
-
The key representing the media style in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAFullScreenMediaStyleKey
Swift
let UAFullScreenMediaStyleKey: String
-
HTML in-app message display style defaults plist name.
Declaration
Objective-C
extern NSString *const _Nonnull UAHTMLStyleFileName
Swift
let UAHTMLStyleFileName: String
-
The key representing the dismissIconResource in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAHTMLDismissIconResourceKey
Swift
let UAHTMLDismissIconResourceKey: String
-
The key representing the additionalPadding in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAHTMLAdditionalPaddingKey
Swift
let UAHTMLAdditionalPaddingKey: String
-
The key representing the max width in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAHTMLMaxWidthKey
Swift
let UAHTMLMaxWidthKey: String
-
The key representing the max height in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAHTMLMaxHeightKey
Swift
let UAHTMLMaxHeightKey: String
-
The key representing the hide dismiss icon flag in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAHTMLHideDismissIconKey
Swift
let UAHTMLHideDismissIconKey: String
-
Modal in-app message display style defaults plist name.
Declaration
Objective-C
extern NSString *const _Nonnull UAModalStyleFileName
Swift
let UAModalStyleFileName: String
-
Maximum number of button supported by a modal message.
Declaration
Objective-C
extern const NSUInteger UAInAppMessageModalMaxButtons
Swift
let UAInAppMessageModalMaxButtons: UInt
-
The key representing the dismissIconResource in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAModalDismissIconResourceKey
Swift
let UAModalDismissIconResourceKey: String
-
The key representing the additionalPadding in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAModalAdditionalPaddingKey
Swift
let UAModalAdditionalPaddingKey: String
-
The key representing the top-level text style in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAModalTextStyleKey
Swift
let UAModalTextStyleKey: String
-
The key representing the header style in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAModalHeaderStyleKey
Swift
let UAModalHeaderStyleKey: String
-
The key representing the body style in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAModalBodyStyleKey
Swift
let UAModalBodyStyleKey: String
-
The key representing the button style in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAModalButtonStyleKey
Swift
let UAModalButtonStyleKey: String
-
The key representing the media style in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAModalMediaStyleKey
Swift
let UAModalMediaStyleKey: String
-
The key representing the max width in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAModalMaxWidthKey
Swift
let UAModalMaxWidthKey: String
-
The key representing the max height in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAModalMaxHeightKey
Swift
let UAModalMaxHeightKey: String
-
The key representing the additionalPadding in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UATextAdditonalPaddingKey
Swift
let UATextAdditonalPaddingKey: String
-
The key representing the padding in a style plist.
Declaration
Objective-C
extern NSString *const _Nonnull UALineSpacingKey
Swift
let UALineSpacingKey: String
-
Default registry name for landing page action.
Declaration
Objective-C
extern NSString *const _Nonnull UALandingPageActionDefaultRegistryName
Swift
let UALandingPageActionDefaultRegistryName: String
-
Default registry alias for landing page action.
Declaration
Objective-C
extern NSString *const _Nonnull UALandingPageActionDefaultRegistryAlias
Swift
let UALandingPageActionDefaultRegistryAlias: String
-
The URL key.
Declaration
Objective-C
extern NSString *const _Nonnull UALandingPageURLKey
Swift
let UALandingPageURLKey: String
-
The height key.
Declaration
Objective-C
extern NSString *const _Nonnull UALandingPageHeightKey
Swift
let UALandingPageHeightKey: String
-
The width key.
Declaration
Objective-C
extern NSString *const _Nonnull UALandingPageWidthKey
Swift
let UALandingPageWidthKey: String
-
The aspect lock key.
Declaration
Objective-C
extern NSString *const _Nonnull UALandingPageAspectLockKey
Swift
let UALandingPageAspectLockKey: String
-
The default border radius in points.
Declaration
Objective-C
extern const CGFloat UALandingPageDefaultBorderRadiusPoints
Swift
let UALandingPageDefaultBorderRadiusPoints: CGFloat
-
Max number of triggers a schedule can support.
Declaration
Objective-C
extern const NSUInteger UAScheduleMaxTriggers
Swift
let UAScheduleMaxTriggers: UInt
-
Default registry name for schedule action.
Declaration
Objective-C
extern NSString *const UAScheduleActionDefaultRegistryName
Swift
let UAScheduleActionDefaultRegistryName: String
-
Default registry alias for schedule action.
Declaration
Objective-C
extern NSString *const UAScheduleActionDefaultRegistryAlias
Swift
let UAScheduleActionDefaultRegistryAlias: String
-
The domain for NSErrors generated by
delayWithJSON:error:
.Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleDelayErrorDomain
Swift
let UAScheduleDelayErrorDomain: String
-
JSON key for the seconds delay condition.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleDelaySecondsKey
Swift
let UAScheduleDelaySecondsKey: String
-
JSON key delay’s region ID condition.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleDelayRegionKey
Swift
let UAScheduleDelayRegionKey: String
-
JSON key delay’s screen names condition.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleDelayScreensKey
Swift
let UAScheduleDelayScreensKey: String
-
JSON key for the cancellation triggers.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleDelayCancellationTriggersKey
Swift
let UAScheduleDelayCancellationTriggersKey: String
-
JSON key for the app state condition.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleDelayAppStateKey
Swift
let UAScheduleDelayAppStateKey: String
-
JSON name for the foreground app state condition.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleDelayAppStateForegroundName
Swift
let UAScheduleDelayAppStateForegroundName: String
-
JSON name for the background app state condition.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleDelayAppStateBackgroundName
Swift
let UAScheduleDelayAppStateBackgroundName: String
-
Max number of cancellation triggers a delay can support.
Declaration
Objective-C
extern const NSUInteger UAScheduleDelayMaxCancellationTriggers
Swift
let UAScheduleDelayMaxCancellationTriggers: UInt
-
The domain for NSErrors generated by
triggerWithJSON:error:
.Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleTriggerErrorDomain
Swift
let UAScheduleTriggerErrorDomain: String
-
JSON key for the trigger’s type. The type should be one of the type names.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleTriggerTypeKey
Swift
let UAScheduleTriggerTypeKey: String
-
JSON key for the trigger’s predicate.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleTriggerPredicateKey
Swift
let UAScheduleTriggerPredicateKey: String
-
JSON key for the trigger’s goal.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleTriggerGoalKey
Swift
let UAScheduleTriggerGoalKey: String
-
App init trigger name when defining a trigger in JSON.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleTriggerAppInitName
Swift
let UAScheduleTriggerAppInitName: String
-
Foreground trigger name when defining a trigger in JSON.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleTriggerAppForegroundName
Swift
let UAScheduleTriggerAppForegroundName: String
-
Background trigger name when defining a trigger in JSON.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleTriggerAppBackgroundName
Swift
let UAScheduleTriggerAppBackgroundName: String
-
Region enter trigger name when defining a trigger in JSON.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleTriggerRegionEnterName
Swift
let UAScheduleTriggerRegionEnterName: String
-
Region exit trigger name when defining a trigger in JSON.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleTriggerRegionExitName
Swift
let UAScheduleTriggerRegionExitName: String
-
Custom event count trigger name when defining a trigger in JSON.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleTriggerCustomEventCountName
Swift
let UAScheduleTriggerCustomEventCountName: String
-
Custom event value trigger name when defining a trigger in JSON.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleTriggerCustomEventValueName
Swift
let UAScheduleTriggerCustomEventValueName: String
-
Screen trigger name when defining a trigger in JSON.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleTriggerScreenName
Swift
let UAScheduleTriggerScreenName: String
-
Active session trigger name when defining a trigger in JSON.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleTriggerActiveSessionName
Swift
let UAScheduleTriggerActiveSessionName: String
-
Version trigger name when defining a trigger in JSON.
Declaration
Objective-C
extern NSString *const _Nonnull UAScheduleTriggerVersionName
Swift
let UAScheduleTriggerVersionName: String
-
The domain for NSErrors generated by the NSJSONSerialization+UAAdditions methods.
Declaration
Objective-C
extern NSString *const _Nonnull UAJSONSerializationErrorDomain
Swift
let UAJSONSerializationErrorDomain: String
-
The domain for errors encountered during an action operator.
Declaration
Objective-C
extern NSString *const _Nonnull UAActionOperatorErrorDomain
Swift
let UAActionOperatorErrorDomain: String
-
Metadata key for the push notification. Available when an action is triggered from a push notification or user notification action.
Declaration
Objective-C
extern NSString *const _Nonnull UAActionMetadataPushPayloadKey
Swift
let UAActionMetadataPushPayloadKey: String
-
Metadata key for the push notification. Available when an action is triggered from a push notification that was presented in the foreground with alert options.
Declaration
Objective-C
extern NSString *const _Nonnull UAActionMetadataForegroundPresentationKey
Swift
let UAActionMetadataForegroundPresentationKey: String
-
Metadata key for the inbox message’s identifier. Available when an action is triggered from an inbox message.
Declaration
Objective-C
extern NSString *const _Nonnull UAActionMetadataInboxMessageIDKey
Swift
let UAActionMetadataInboxMessageIDKey: String
-
Metadata key for the user notification action identifier. Available when an action is triggered from a user notification action.
Declaration
Objective-C
extern NSString *const _Nonnull UAActionMetadataUserNotificationActionIDKey
Swift
let UAActionMetadataUserNotificationActionIDKey: String
-
Metadata key for the user notification action response info. Available when an action is triggered from a user notification action with the behavior
UIUserNotificationActionBehaviorTextInput
.Declaration
Objective-C
extern NSString *const _Nonnull UAActionMetadataResponseInfoKey
Swift
let UAActionMetadataResponseInfoKey: String
-
Metadata key for the name of the action in the registry. Available when an action is triggered by name.
Declaration
Objective-C
extern NSString *const _Nonnull UAActionMetadataRegisteredName
Swift
let UAActionMetadataRegisteredName: String
-
Default registry name for custom event action.
Declaration
Objective-C
extern NSString *const _Nonnull UAAddCustomEventActionDefaultRegistryName
Swift
let UAAddCustomEventActionDefaultRegistryName: String
-
The domain for errors encountered when running a
UAAddCustomEventAction
.Declaration
Objective-C
extern NSString *const _Nonnull UAAddCustomEventActionErrorDomain
Swift
let UAAddCustomEventActionErrorDomain: String
-
Default registry name for add tags action.
Declaration
Objective-C
extern NSString *const UAAddTagsActionDefaultRegistryName
Swift
let UAAddTagsActionDefaultRegistryName: String
-
Default registry alias for add tags action.
Declaration
Objective-C
extern NSString *const UAAddTagsActionDefaultRegistryAlias
Swift
let UAAddTagsActionDefaultRegistryAlias: String
-
Maximum number of associated IDs that can be set.
Declaration
Objective-C
extern const NSUInteger UAAssociatedIdentifiersMaxCount
Swift
let UAAssociatedIdentifiersMaxCount: UInt
-
Character limit for associated IDs or keys.
Declaration
Objective-C
extern const NSUInteger UAAssociatedIdentifiersMaxCharacterCount
Swift
let UAAssociatedIdentifiersMaxCharacterCount: UInt
-
Title attribute.
Declaration
Objective-C
extern NSString *const UAAttributeTitle
Swift
let UAAttributeTitle: String
-
First name attribute.
Declaration
Objective-C
extern NSString *const UAAttributeFirstName
Swift
let UAAttributeFirstName: String
-
Last name attribute.
Declaration
Objective-C
extern NSString *const UAAttributeLastName
Swift
let UAAttributeLastName: String
-
Full name attribute.
Declaration
Objective-C
extern NSString *const UAAttributeFullName
Swift
let UAAttributeFullName: String
-
Gender attribute.
Declaration
Objective-C
extern NSString *const UAAttributeGender
Swift
let UAAttributeGender: String
-
Zip code attribute.
Declaration
Objective-C
extern NSString *const UAAttributeZipCode
Swift
let UAAttributeZipCode: String
-
City attribute.
Declaration
Objective-C
extern NSString *const UAAttributeCity
Swift
let UAAttributeCity: String
-
Region attribute.
Declaration
Objective-C
extern NSString *const UAAttributeRegion
Swift
let UAAttributeRegion: String
-
Country attribute.
Declaration
Objective-C
extern NSString *const UAAttributeCountry
Swift
let UAAttributeCountry: String
-
Birthdate attribute.
Declaration
Objective-C
extern NSString *const UAAttributeBirthdate
Swift
let UAAttributeBirthdate: String
-
Age attribute.
Declaration
Objective-C
extern NSString *const UAAttributeAge
Swift
let UAAttributeAge: String
-
Mobile phone attribute.
Declaration
Objective-C
extern NSString *const UAAttributeMobilePhone
Swift
let UAAttributeMobilePhone: String
-
Home phone attribute.
Declaration
Objective-C
extern NSString *const UAAttributeHomePhone
Swift
let UAAttributeHomePhone: String
-
Work phone attribute.
Declaration
Objective-C
extern NSString *const UAAttributeWorkPhone
Swift
let UAAttributeWorkPhone: String
-
Loyalty tier attribute.
Declaration
Objective-C
extern NSString *const UAAttributeLoyaltyTier
Swift
let UAAttributeLoyaltyTier: String
-
Company attribute.
Declaration
Objective-C
extern NSString *const UAAttributeCompany
Swift
let UAAttributeCompany: String
-
Username attribute.
Declaration
Objective-C
extern NSString *const UAAttributeUsername
Swift
let UAAttributeUsername: String
-
Account creation attribute.
Declaration
Objective-C
extern NSString *const UAAttributeAccountCreation
Swift
let UAAttributeAccountCreation: String
-
Email attribute.
Declaration
Objective-C
extern NSString *const UAAttributeEmail
Swift
let UAAttributeEmail: String
-
Advertising id attribute.
Declaration
Objective-C
extern NSString *const UAAttributeAdvertisingId
Swift
let UAAttributeAdvertisingId: String
-
NSNotification event when a channel is created. The event will contain the channel ID under
UAChannelCreatedEventChannelKey
and a flag underUAChannelCreatedEventExistingKey
indicating if the the channel was restored or a new channel was created.Declaration
Objective-C
extern NSString *const UAChannelCreatedEvent
Swift
let UAChannelCreatedEvent: String
-
NSNotification event when a channel is updated. The event will contain the channel ID under
UAChannelUpdatedEventChannelKey
Declaration
Objective-C
extern NSString *const UAChannelUpdatedEvent
Swift
let UAChannelUpdatedEvent: String
-
NSNotificationCevent when channel registration fails.
Declaration
Objective-C
extern NSString *const UAChannelRegistrationFailedEvent
Swift
let UAChannelRegistrationFailedEvent: String
-
Channel ID key for the channel created event.
Declaration
Objective-C
extern NSString *const UAChannelCreatedEventChannelKey
Swift
let UAChannelCreatedEventChannelKey: String
-
Channel ID key for the channel updated event.
Declaration
Objective-C
extern NSString *const UAChannelUpdatedEventChannelKey
Swift
let UAChannelUpdatedEventChannelKey: String
-
Channel existing key for the channel created event.
Declaration
Objective-C
extern NSString *const UAChannelCreatedEventExistingKey
Swift
let UAChannelCreatedEventExistingKey: String
-
The max character limit for Strings.
Declaration
Objective-C
extern const NSUInteger UACustomEventCharacterLimit
Swift
let UACustomEventCharacterLimit: UInt
-
The max number of properties.
Declaration
Objective-C
extern const NSUInteger UACustomEventMaxPropertiesCount
Swift
let UACustomEventMaxPropertiesCount: UInt
-
Default registry name for deep link action.
Declaration
Objective-C
extern NSString *const UADeepLinkActionDefaultRegistryName
Swift
let UADeepLinkActionDefaultRegistryName: String
-
Default registry alias for deep link action.
Declaration
Objective-C
extern NSString *const UADeepLinkActionDefaultRegistryAlias
Swift
let UADeepLinkActionDefaultRegistryAlias: String
-
Default registry name for enable feature action.
Declaration
Objective-C
extern NSString *const UAEnableFeatureActionDefaultRegistryName
Swift
let UAEnableFeatureActionDefaultRegistryName: String
-
Default registry alias for enable feature action.
Declaration
Objective-C
extern NSString *const UAEnableFeatureActionDefaultRegistryAlias
Swift
let UAEnableFeatureActionDefaultRegistryAlias: String
-
Argument value to enable user notifications.
Declaration
Objective-C
extern NSString *const UAEnableUserNotificationsActionValue
Swift
let UAEnableUserNotificationsActionValue: String
-
Argument value to enable user location.
Declaration
Objective-C
extern NSString *const UAEnableLocationActionValue
Swift
let UAEnableLocationActionValue: String
-
Argument value to enable background location.
Declaration
Objective-C
extern NSString *const UAEnableBackgroundLocationActionValue
Swift
let UAEnableBackgroundLocationActionValue: String
-
Default registry name for fetch device info action.
Declaration
Objective-C
extern NSString *const UAFetchDeviceInfoActionDefaultRegistryName
Swift
let UAFetchDeviceInfoActionDefaultRegistryName: String
-
Default registry alias for fetch device info action.
Declaration
Objective-C
extern NSString *const UAFetchDeviceInfoActionDefaultRegistryAlias
Swift
let UAFetchDeviceInfoActionDefaultRegistryAlias: String
-
The domain for NSErrors generated by
matcherWithJSON:error:
.Declaration
Objective-C
extern NSString *const _Nonnull UAJSONMatcherErrorDomain
Swift
let UAJSONMatcherErrorDomain: String
-
The domain for NSErrors generated by
predicateWithJSON:error
.Declaration
Objective-C
extern NSString *const _Nonnull UAJSONPredicateErrorDomain
Swift
let UAJSONPredicateErrorDomain: String
-
The domain for NSErrors generated by
matcherWithJSON:error:
.Declaration
Objective-C
extern NSString *const _Nonnull UAJSONValueMatcherErrorDomain
Swift
let UAJSONValueMatcherErrorDomain: String
-
Default registry name for modify attributes action.
Declaration
Objective-C
extern NSString *const _Nonnull UAModifyAttributesActionDefaultRegistryName
Swift
let UAModifyAttributesActionDefaultRegistryName: String
-
Default registry alias for modify attributes action.
Declaration
Objective-C
extern NSString *const _Nonnull UAModifyAttributesActionDefaultRegistryAlias
Swift
let UAModifyAttributesActionDefaultRegistryAlias: String
-
The UAirship scheme.
Declaration
Objective-C
extern NSString *const _Nonnull UANativeBridgeUAirshipScheme
Swift
let UANativeBridgeUAirshipScheme: String
-
Action identifier representing an application launch via notification.
Declaration
Objective-C
extern NSString *const _Nonnull UANotificationDefaultActionIdentifier
Swift
let UANotificationDefaultActionIdentifier: String
-
Action identifier representing a notification dismissal.
Declaration
Objective-C
extern NSString *const _Nonnull UANotificationDismissActionIdentifier
Swift
let UANotificationDismissActionIdentifier: String
-
Default registry name for open external URL action
Declaration
Objective-C
extern NSString *const _Nonnull UAOpenExternalURLActionDefaultRegistryName
Swift
let UAOpenExternalURLActionDefaultRegistryName: String
-
Default registry alias for open external URL action
Declaration
Objective-C
extern NSString *const _Nonnull UAOpenExternalURLActionDefaultRegistryAlias
Swift
let UAOpenExternalURLActionDefaultRegistryAlias: String
-
The domain for errors encountered when running a
UAOpenExternalURLAction
.Declaration
Objective-C
extern NSString *const _Nonnull UAOpenExternalURLActionErrorDomain
Swift
let UAOpenExternalURLActionErrorDomain: String
-
The key for the top padding inside a stlye plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAPaddingTopKey
Swift
let UAPaddingTopKey: String
-
The key for the bottom padding inside a stlye plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAPaddingBottomKey
Swift
let UAPaddingBottomKey: String
-
The key for the trailing padding inside a stlye plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAPaddingTrailingKey
Swift
let UAPaddingTrailingKey: String
-
The key for the leading padding inside a stlye plist.
Declaration
Objective-C
extern NSString *const _Nonnull UAPaddingLeadingKey
Swift
let UAPaddingLeadingKey: String
-
Default registry name for pasteboard action.
Declaration
Objective-C
extern NSString *const UAPasteboardActionDefaultRegistryName
Swift
let UAPasteboardActionDefaultRegistryName: String
-
Default registry alias for pasteboard action.
Declaration
Objective-C
extern NSString *const UAPasteboardActionDefaultRegistryAlias
Swift
let UAPasteboardActionDefaultRegistryAlias: String
-
NSNotification event when a notification response is received. The event will contain the payload dictionary as user info.
Declaration
Objective-C
extern NSString *const _Nonnull UAReceivedNotificationResponseEvent
Swift
let UAReceivedNotificationResponseEvent: String
-
NSNotification event when a foreground notification is received. The event will contain the payload dictionary as user info.
Declaration
Objective-C
extern NSString *const _Nonnull UAReceivedForegroundNotificationEvent
Swift
let UAReceivedForegroundNotificationEvent: String
-
NSNotification event when a background notification is received. The event will contain the payload dictionary as user info.
Declaration
Objective-C
extern NSString *const _Nonnull UAReceivedBackgroundNotificationEvent
Swift
let UAReceivedBackgroundNotificationEvent: String
-
Key for the id of the region event.
Declaration
Objective-C
extern NSString *const _Nonnull UARegionIDKey
Swift
let UARegionIDKey: String
-
Maximum latitude for a region event.
Declaration
Objective-C
extern const double UARegionEventMaxLatitude
Swift
let UARegionEventMaxLatitude: Double
-
Minimum latitude for a region event.
Declaration
Objective-C
extern const double UARegionEventMinLatitude
Swift
let UARegionEventMinLatitude: Double
-
Maximum longitude for a region event.
Declaration
Objective-C
extern const double UARegionEventMaxLongitude
Swift
let UARegionEventMaxLongitude: Double
-
Minimum longitude for a region event.
Declaration
Objective-C
extern const double UARegionEventMinLongitude
Swift
let UARegionEventMinLongitude: Double
-
Maximum number of characters for strings in a region event.
Declaration
Objective-C
extern const NSUInteger UARegionEventMaxCharacters
Swift
let UARegionEventMaxCharacters: UInt
-
Minimum number of characters for strings in a region event.
Declaration
Objective-C
extern const NSUInteger UARegionEventMinCharacters
Swift
let UARegionEventMinCharacters: UInt
-
Declaration
Objective-C
extern NSString *const _Nonnull UARemoteDataMetadataLanguageKey
Swift
let UARemoteDataMetadataLanguageKey: String
-
Default registry name for remove tags action.
Declaration
Objective-C
extern NSString *const UARemoveTagsActionDefaultRegistryName
Swift
let UARemoveTagsActionDefaultRegistryName: String
-
Default registry alias for remove tags action.
Declaration
Objective-C
extern NSString *const UARemoveTagsActionDefaultRegistryAlias
Swift
let UARemoveTagsActionDefaultRegistryAlias: String
-
Default registry name for share action.
Declaration
Objective-C
extern NSString *const UAShareActionDefaultRegistryName
Swift
let UAShareActionDefaultRegistryName: String
-
Default registry alias for share action.
Declaration
Objective-C
extern NSString *const UAShareActionDefaultRegistryAlias
Swift
let UAShareActionDefaultRegistryAlias: String
-
Network is unreachable.
Declaration
Objective-C
extern NSString *const _Nonnull UAConnectionTypeNone
Swift
let UAConnectionTypeNone: String
-
Network is a cellular or mobile network.
Declaration
Objective-C
extern NSString *const _Nonnull UAConnectionTypeCell
Swift
let UAConnectionTypeCell: String
-
Network is a WiFi network.
Declaration
Objective-C
extern NSString *const _Nonnull UAConnectionTypeWifi
Swift
let UAConnectionTypeWifi: String
-
Default registry name for wallet action.
Declaration
Objective-C
extern NSString *const UAWalletActionDefaultRegistryName
Swift
let UAWalletActionDefaultRegistryName: String
-
Default registry alias for wallet action.
Declaration
Objective-C
extern NSString *const UAWalletActionDefaultRegistryAlias
Swift
let UAWalletActionDefaultRegistryAlias: String
-
The takeOff method must be called on the main thread. Not doing so results in this exception being thrown.
Declaration
Objective-C
extern NSString *const _Nonnull UAirshipTakeOffBackgroundThreadException
Swift
let UAirshipTakeOffBackgroundThreadException: String
-
Internal device ID changed notificaiton.
Declaration
Objective-C
extern NSString *const _Nonnull UADeviceIDChangedNotification
Swift
static let UADeviceIDChanged: NSNotification.Name
-
NSNotification posted when Airship is ready.
Declaration
Objective-C
extern NSString *const _Nonnull UAAirshipReadyNotification
Swift
static let UAAirshipReady: NSNotification.Name
-
Default registry name for rate-app action action.
Declaration
Objective-C
extern NSString *const UARateAppActionDefaultRegistryName
Swift
let UARateAppActionDefaultRegistryName: String
-
Default registry alias for rate-app action action.
Declaration
Objective-C
extern NSString *const UARateAppActionDefaultRegistryAlias
Swift
let UARateAppActionDefaultRegistryAlias: String
-
The show link prompt key.
Declaration
Objective-C
extern NSString *const UARateAppShowLinkPromptKey
Swift
let UARateAppShowLinkPromptKey: String
-
The link prompt’s title key.
Declaration
Objective-C
extern NSString *const UARateAppLinkPromptTitleKey
Swift
let UARateAppLinkPromptTitleKey: String
-
The link prompt’s body key.
Declaration
Objective-C
extern NSString *const UARateAppLinkPromptBodyKey
Swift
let UARateAppLinkPromptBodyKey: String
-
The itunes ID key.
Declaration
Objective-C
extern NSString *const UARateAppItunesIDKey
Swift
let UARateAppItunesIDKey: String
-
The domain for NSErrors generated when loading messages
Declaration
Objective-C
extern NSString *const _Nonnull UAMessageCenterMessageLoadErrorDomain
Swift
let UAMessageCenterMessageLoadErrorDomain: String
-
The key used for accessing HTTP status codes for UAMessageCenterMessageLoadErrorCodeFailureStatus errors
Declaration
Objective-C
extern NSString *const _Nonnull UAMessageCenterMessageLoadErrorHTTPStatusKey
Swift
let UAMessageCenterMessageLoadErrorHTTPStatusKey: String
-
NSNotification posted when the message list is about to update.
Note: this notification is posted regardless of the type of update (retrieval, batch).
Declaration
Objective-C
extern NSString *const _Nonnull UAInboxMessageListWillUpdateNotification
Swift
static let UAInboxMessageListWillUpdate: NSNotification.Name
-
NSNotification posted when the message list is finished updating.
Note: this notification is posted regardless of the type of update (retrieval, batch) and regardless of the success/failure of the underlying operation.
Declaration
Objective-C
extern NSString *const _Nonnull UAInboxMessageListUpdatedNotification
Swift
static let UAInboxMessageListUpdated: NSNotification.Name
-
The message scheme
Declaration
Objective-C
extern NSString *const UAMessageDataScheme
Swift
let UAMessageDataScheme: String
-
The default navigation bar style.
Declaration
Objective-C
extern NSString *const UANavigationBarStyleDefaultKey
Swift
let UANavigationBarStyleDefaultKey: String
-
The black navigation bar style with white status bar text color.
Declaration
Objective-C
extern NSString *const UANavigationBarStyleBlackKey
Swift
let UANavigationBarStyleBlackKey: String