PhoneNumberType
public enum PhoneNumberType : String, Decodable
Phone number type
-
Voice
Declaration
Swift
case voice = "Voice" -
Fax
Declaration
Swift
case fax = "Fax" -
Teletypewriter
Declaration
Swift
case tty = "TTY"
View on GitHub
Install in Dash
PhoneNumberType Enumeration Reference