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

#import <ZoomSDKRealNameAuthenticationController.h>

Inherits NSObject.

Instance Methods

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

Detailed Description

Definition at line 53 of file ZoomSDKRealNameAuthenticationController.h.

Method Documentation

◆ getCountryCode

- (NSString *) getCountryCode

Get the country code of mobile phone number.

Returns
the mobile phone number country code.

◆ getCountryID

- (NSString *) getCountryID

Get the country ID of mobile phone number.

Returns
the mobile phone number country ID.

◆ getCountryName

- (NSString *) getCountryName

Get the country Name of mobile phone number.

Returns
the mobile phone number country Name.