DisplayAdapterArgs
public struct DisplayAdapterArgs : Sendable
Display adapter args
-
The in-app message
Declaration
Swift
public var message: InAppMessage
-
The assets
Declaration
Swift
public var assets: AirshipCachedAssetsProtocol
-
The schedule priority
Declaration
Swift
public var priority: Int
-
Action runner
Declaration
Swift
public var actionRunner: InAppActionRunner { get }