VOUserContactInfoType

NS_ENUM(NSInteger, VOUserContactInfoType) {
    VOUserContactInfoTypeUnknown,
    VOUserContactInfoTypePhoneNumber,
    VOUserContactInfoTypeEmail
}

Undocumented