Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
IFaceMakeupSettingContextEvent Class Referenceabstract

Face makeup context callback event. More...

#include <setting_service_interface.h>

Public Member Functions

virtual ~IFaceMakeupSettingContextEvent ()
 
virtual void onFaceMakeupItemThumbnailsDownloaded (ZoomSDKFaceMakeupType type)=0
 Notification of all face makeup items' thumbnails were downloaded.
 
virtual void onFaceMakeupItemDataDownloading (ZoomSDKFaceMakeupType type, int index)=0
 Notification of the selected face makeup item is downloading.
 
virtual void onFaceMakeupItemDataDownloaded (bool bSuccess, ZoomSDKFaceMakeupType type, int index)=0
 Notification of whether or not the selected face makeup item has downloaded successfully.
 

Detailed Description

Face makeup context callback event.

Definition at line 2672 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ ~IFaceMakeupSettingContextEvent()

virtual IFaceMakeupSettingContextEvent::~IFaceMakeupSettingContextEvent ( )
inlinevirtual

Definition at line 2675 of file setting_service_interface.h.

2675{}

Member Function Documentation

◆ onFaceMakeupItemDataDownloaded()

virtual void IFaceMakeupSettingContextEvent::onFaceMakeupItemDataDownloaded ( bool bSuccess,
ZoomSDKFaceMakeupType type,
int index )
pure virtual

Notification of whether or not the selected face makeup item has downloaded successfully.

Parameters
indexThe index of the selected face makeup item.
bSuccesstrue means the selected face makeup item has downloaded successfully.

◆ onFaceMakeupItemDataDownloading()

virtual void IFaceMakeupSettingContextEvent::onFaceMakeupItemDataDownloading ( ZoomSDKFaceMakeupType type,
int index )
pure virtual

Notification of the selected face makeup item is downloading.

Parameters
indexThe index of the selected face makeup item.

◆ onFaceMakeupItemThumbnailsDownloaded()

virtual void IFaceMakeupSettingContextEvent::onFaceMakeupItemThumbnailsDownloaded ( ZoomSDKFaceMakeupType type)
pure virtual

Notification of all face makeup items' thumbnails were downloaded.