VOUserContactInfoType
NS_ENUM(NSInteger, VOUserContactInfoType) {
VOUserContactInfoTypeUnknown,
VOUserContactInfoTypePhoneNumber,
VOUserContactInfoTypeEmail
}
Undocumented
-
Undocumented
Declaration
Objective-C
VOUserContactInfoTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
VOUserContactInfoTypePhoneNumber
Swift
case phoneNumber = 1
-
Undocumented
Declaration
Objective-C
VOUserContactInfoTypeEmail
Swift
case email = 2