Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
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 zTCHARGetCountryID ()=0
 Get the country ID of the current information.
 
virtual const zTCHARGetCountryName ()=0
 Get the country name of the current information.
 
virtual const zTCHARGetCountryCode ()=0
 Get the country code of the current information.
 
virtual ~IZoomRealNameAuthCountryInfo ()
 

Detailed Description

Interface of country information that supports real name auth.

Definition at line 59 of file zoom_sdk_sms_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomRealNameAuthCountryInfo()

virtual IZoomRealNameAuthCountryInfo::~IZoomRealNameAuthCountryInfo ( )
inlinevirtual

Definition at line 73 of file zoom_sdk_sms_helper_interface.h.

73{}

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.