ContactInfoFieldType
Objective-C
enum ContactInfoFieldType : NSInteger {}
Swift
enum ContactInfoFieldType : Int, @unchecked Sendable
Constants indicating the contact info field type.
-
Phone.
Declaration
Objective-C
ContactInfoFieldTypePhone
Swift
case phone = 0
-
Email.
Declaration
Objective-C
ContactInfoFieldTypeEmail
Swift
case email = 1
-
URL.
Declaration
Objective-C
ContactInfoFieldTypeUrl
Swift
case url = 2
-
Booking URL.
Declaration
Objective-C
ContactInfoFieldTypeBooking
Swift
case booking = 3