Interface of country information that supports real name auth.
More...
#include <zoom_sdk_sms_helper_interface.h>
Interface of country information that supports real name auth.
Definition at line 59 of file zoom_sdk_sms_helper_interface.h.
◆ ~IZoomRealNameAuthCountryInfo()
virtual IZoomRealNameAuthCountryInfo::~IZoomRealNameAuthCountryInfo |
( |
| ) |
|
|
inlinevirtual |
◆ GetCountryCode()
virtual const zTCHAR * IZoomRealNameAuthCountryInfo::GetCountryCode |
( |
| ) |
|
|
pure virtual |
Get the country code of the current information.
- Returns
- The country code.
◆ GetCountryID()
virtual const zTCHAR * IZoomRealNameAuthCountryInfo::GetCountryID |
( |
| ) |
|
|
pure virtual |
Get the country ID of the current information.
- Returns
- The country ID.
◆ GetCountryName()
virtual const zTCHAR * IZoomRealNameAuthCountryInfo::GetCountryName |
( |
| ) |
|
|
pure virtual |
Get the country name of the current information.
- Returns
- The country name.