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
-
Airship embedded view - a scene that can be embedded in an app and managed remotely
See moreDeclaration
Swift
@MainActor public struct AirshipEmbeddedView<PlaceHolder> : View where PlaceHolder : View
-
Style configuration for customizing an Airship embedded view
Declaration
Swift
public struct AirshipEmbeddedViewStyleConfiguration
-
Default style for embedded views
Declaration
Swift
public struct DefaultAirshipEmbeddedViewStyle : AirshipEmbeddedViewStyle
-
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, CustomStringConvertible
extension AirshipFeature: Codable
-
A view that wraps the view and returns the size without causing the view to expand.
See moreDeclaration
Swift
@MainActor public struct AirshipViewSizeReader<Content> : View where Content : View
-
A collection of properties defining an automation audience
See moreDeclaration
Swift
public struct DeviceAudienceSelector : Sendable, Codable, Equatable
-
AsyncSequence of
See moreLiveActivityRegistrationStatus
updates.Declaration
Swift
public struct LiveActivityRegistrationStatusUpdates : AsyncSequence
-
Action runner used in the
See moreNativeBridge
that calls through to a block.Declaration
Swift
public struct BlockNativeBridgeActionRunner : NativeBridgeActionRunner
-
Quiet time settings
See moreDeclaration
Swift
public struct QuietTimeSettings : Sendable, Equatable
-
AirshipLayout
Declaration
Swift
public struct AirshipLayout : Codable, Equatable, Sendable