#include <ZoomSDKSettingService.h>
Inherits <NSObjectNSObject>.
Definition at line 1880 of file ZoomSDKSettingService.h.
◆ onFaceMakeupItemDataDownloaded:faceMakeupType:index:
- (void) onFaceMakeupItemDataDownloaded: |
|
(BOOL) | success |
faceMakeupType: |
|
(ZoomSDKFaceMakeupType) | type |
index: |
|
(int) | index |
Callback event notifying whether or not the selected face makeup item has downloaded successfully.
- Parameters
-
success | YES indicates the selected face makeup item has downloaded successfully. |
type | The type of current image. |
index | The index of the current face makeup. |
◆ onFaceMakeupItemDataDownloading:index:
Callback event notifying that the selected face makeup item is downloading.
- Parameters
-
type | The type of current image. |
index | The index of the current face makeup. |
◆ onFaceMakeupItemThumbnailsDownloaded:
Callback event notifying that all face makeup items' thumbnails were downloaded.
- Parameters
-
type | The type of current image. |