RuntimeConfig
public final class RuntimeConfig : Sendable
Airship config needed for runtime. Generated from AirshipConfig during takeOff.
-
The resolved app credentials.
Declaration
Swift
public let appCredentials: AirshipAppCredentials -
The request session used to perform authenticated interactions with the API
Declaration
Swift
public let requestSession: any AirshipRequestSession -
The airship config
Declaration
Swift
public let airshipConfig: AirshipConfig
View on GitHub