PhoneType
public enum PhoneType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case softPhone = "SOFT_PHONE" -
Undocumented
Declaration
Swift
case deskPhone = "DESK_PHONE" -
Declaration
Swift
public var description: String { get }
View on GitHub
PhoneType Enumeration Reference