Structures

The following structures are available globally.

  • Contains the arguments passed into an action during execution.

    See more

    Declaration

    Swift

    public struct ActionArguments : Sendable
  • Action registry entry

    Declaration

    Swift

    public struct ActionEntry : Sendable
  • Full airship event data

    See more

    Declaration

    Swift

    public struct AirshipEventData : Sendable, Equatable
  • Airship push notification status

    See more

    Declaration

    Swift

    public struct AirshipNotificationStatus : Sendable, Equatable
  • Airship features.

    See more

    Declaration

    Swift

    public struct AirshipFeature : OptionSet, Sendable