ObjcLDDoubleChangedFlag
@objc(LDDoubleChangedFlag)
public final class ObjcLDDoubleChangedFlag : ObjcLDChangedFlag
Wraps the changed feature flag’s double values.
If the flag is not actually a double the SDK sets the old and new value to 0.0, and typeMismatch
will be YES
.
-
The changed flag’s value before it changed
Declaration
Swift
@objc public var oldValue: Double { get }
-
The changed flag’s value after it changed
Declaration
Swift
@objc public var newValue: Double { get }
-
Undocumented
Declaration
Swift
@objc public var typeMismatch: Bool { get }