DeviceAvailability
public enum DeviceAvailability : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case temporaryNotAvailable = "TEMPORARY_NOT_AVAILABLE"
-
Undocumented
Declaration
Swift
case busy = "BUSY"
-
Undocumented
Declaration
Swift
case available = "AVAILABLE"
-
Undocumented
Declaration
Swift
case highlyAvailable = "HIGHLY_AVAILABLE"
-
Declaration
Swift
public var description: String { get }