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
 Gets the country ID of the current information.
 
virtual const zTCHARGetCountryName ()=0
 Gets the country name of the current information.
 
virtual const zTCHARGetCountryCode ()=0
 Gets the country code of the current information.
 
virtual ~IZoomRealNameAuthCountryInfo ()
 

Detailed Description

Interface of country information that supports real name auth.

Definition at line 93 of file zoom_sdk_sms_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomRealNameAuthCountryInfo()

virtual IZoomRealNameAuthCountryInfo::~IZoomRealNameAuthCountryInfo ( )
inlinevirtual

Definition at line 114 of file zoom_sdk_sms_helper_interface.h.

114{}

Member Function Documentation

◆ GetCountryCode()

virtual const zTCHAR * IZoomRealNameAuthCountryInfo::GetCountryCode ( )
pure virtual

Gets the country code of the current information.

Returns
If the function succeeds, it returns the country code.

◆ GetCountryID()

virtual const zTCHAR * IZoomRealNameAuthCountryInfo::GetCountryID ( )
pure virtual

Gets the country ID of the current information.

Returns
If the function succeeds, it returns the country ID.

◆ GetCountryName()

virtual const zTCHAR * IZoomRealNameAuthCountryInfo::GetCountryName ( )
pure virtual

Gets the country name of the current information.

Returns
If the function succeeds, it returns the country name.