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