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

Model class to represent real-name authentication country info. More...

#include <ZoomSDKRealNameAuthenticationController.h>

Inherits NSObject.

Instance Methods

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

Detailed Description

Model class to represent real-name authentication country info.

Definition at line 84 of file ZoomSDKRealNameAuthenticationController.h.

Method Documentation

◆ getCountryCode

- (NSString *_Nullable) getCountryCode

Gets the country code of mobile phone number.

Returns
If the function succeeds, it returns the mobile phone number country code. Otherwise, this function fails and returns nil.

◆ getCountryID

- (NSString *_Nullable) getCountryID

Gets the country ID of mobile phone number.

Returns
If the function succeeds, it returns the mobile phone number country ID. Otherwise, this function fails and returns nil.

◆ getCountryName

- (NSString *_Nullable) getCountryName

Gets the country Name of mobile phone number.

Returns
If the function succeeds, it returns the mobile phone number country Name. Otherwise, this function fails and returns nil.