Structures
The following structures are available globally.
-
Contains the arguments passed into an action during execution.
See moreDeclaration
Swift
public struct ActionArguments : Sendable
-
Action registry entry
Declaration
Swift
public struct ActionEntry : Sendable
-
Full airship event data
See moreDeclaration
Swift
public struct AirshipEventData : Sendable, Equatable
-
Airship push notification status
See moreDeclaration
Swift
public struct AirshipNotificationStatus : Sendable, Equatable
-
Airship features.
See moreDeclaration
Swift
public struct AirshipFeature : OptionSet, Sendable