Face makeup context callback event.
More...
#include <setting_service_interface.h>
Face makeup context callback event.
Definition at line 2672 of file setting_service_interface.h.
◆ ~IFaceMakeupSettingContextEvent()
virtual IFaceMakeupSettingContextEvent::~IFaceMakeupSettingContextEvent |
( |
| ) |
|
|
inlinevirtual |
◆ 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
-
index | The index of the selected face makeup item. |
bSuccess | true 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
-
index | The 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.