|
Meeting SDK for macOS API 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. | |
Model class to represent real-name authentication country info.
Definition at line 84 of file ZoomSDKRealNameAuthenticationController.h.
| - (NSString *_Nullable) getCountryCode |
Gets the country code of mobile phone number.
| - (NSString *_Nullable) getCountryID |
Gets the country ID of mobile phone number.
| - (NSString *_Nullable) getCountryName |
Gets the country Name of mobile phone number.