ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IZoomRealNameAuthCountryInfo Class Referenceabstract

Interface of country information that supports real name auth. More...

#include <zoom_sdk_sms_helper_interface.h>

Public Member Functions

virtual const zTCHAR * GetCountryID ()=0
 Get the country ID of the current information. More...
 
virtual const zTCHAR * GetCountryName ()=0
 Get the country name of the current information. More...
 
virtual const zTCHAR * GetCountryCode ()=0
 Get the country code of the current information. More...
 

Detailed Description

Interface of country information that supports real name auth.

Member Function Documentation

◆ 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.

The documentation for this class was generated from the following file: