FeatureFlag
public struct FeatureFlag : Equatable, Sendable, Codable
Feature flag
-
The name of the flag
Declaration
Swift
public let name: String -
If the device is elegible or not for the flag.
Declaration
Swift
public var isEligible: Bool -
If the flag exists in the current flag listing or not
Declaration
Swift
public let exists: Bool -
Optional variables associated with the flag
Declaration
Swift
public var variables: AirshipJSON?
View on GitHub