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