KeyState
public enum KeyState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case enabled = "Enabled" -
Undocumented
Declaration
Swift
case disabled = "Disabled" -
Undocumented
Declaration
Swift
case pendingdeletion = "PendingDeletion" -
Undocumented
Declaration
Swift
case pendingimport = "PendingImport" -
Undocumented
Declaration
Swift
case unavailable = "Unavailable" -
Declaration
Swift
public var description: String { get }
View on GitHub
KeyState Enumeration Reference