Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKRealNameAuthCountryInfo Class Reference

#include <ZoomSDKRealNameAuthenticationController.h>

Inherits NSObject.

Instance Methods

(NSString *_Nullable) - getCountryID
 Get the country ID of mobile phone number.
 
(NSString *_Nullable) - getCountryName
 Get the country Name of mobile phone number.
 
(NSString *_Nullable) - getCountryCode
 Get the country code of mobile phone number.
 

Detailed Description

Definition at line 54 of file ZoomSDKRealNameAuthenticationController.h.

Method Documentation

◆ getCountryCode

- (NSString *_Nullable) getCountryCode

Get the country code of mobile phone number.

Returns
the mobile phone number country code.

◆ getCountryID

- (NSString *_Nullable) getCountryID

Get the country ID of mobile phone number.

Returns
the mobile phone number country ID.

◆ getCountryName

- (NSString *_Nullable) getCountryName

Get the country Name of mobile phone number.

Returns
the mobile phone number country Name.