AppCodeSettings
@objc
public class AppCodeSettings : NSObject, APIModel
App Passcode Settings.
-
Whether the app code is enabled or disabled.
Declaration
Swift
@objc public var enabled: Bool -
The value of the app code, which could be unset(nil).
Declaration
Swift
@objc public var appCode: String? -
Initializer.
Declaration
Swift
@objc public init(enabled: Bool = false, appCode: String? = nil) -
Convenience initializer. Init with enabled = false and appCode = nil.
Declaration
Swift
@objc public convenience override init() -
Additional properties of the app code settings.
Declaration
Swift
public var additionalProperties: [String : Any?]?
AppCodeSettings Class Reference