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: any AirshipCachedAssetsProtocol -
The schedule priority
Declaration
Swift
public var priority: Int -
Action runner
Declaration
Swift
public var actionRunner: any InAppActionRunner { get }
View on GitHub