Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKPhoneSupportCountryInfo Class Reference

support country information interface. More...

#include <ZoomVideoSDKPhoneHelper.h>

Inherits NSObject.

Properties

NSString *_Nullable countryID
 The country ID.
 
NSString *_Nullable countryName
 The country name.
 
NSString *_Nullable countryCode
 The country code.
 

Detailed Description

support country information interface.

Definition at line 15 of file ZoomVideoSDKPhoneHelper.h.

Property Documentation

◆ countryCode

- (NSString* _Nullable) countryCode
readwritenonatomiccopy

The country code.

Definition at line 27 of file ZoomVideoSDKPhoneHelper.h.

◆ countryID

- (NSString* _Nullable) countryID
readwritenonatomiccopy

The country ID.

Definition at line 19 of file ZoomVideoSDKPhoneHelper.h.

◆ countryName

- (NSString* _Nullable) countryName
readwritenonatomiccopy

The country name.

Definition at line 23 of file ZoomVideoSDKPhoneHelper.h.