Meeting SDK for macOS API Reference
|
Delegate protocol to receive callbacks about face makeup setting events. More...
#include <ZoomSDKSettingService.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
(void) | - onFaceMakeupItemThumbnailsDownloaded: |
Callback event notifying that all face makeup items' thumbnails were downloaded. | |
(void) | - onFaceMakeupItemDataDownloading:index: |
Callback event notifying that the selected face makeup item is downloading. | |
(void) | - onFaceMakeupItemDataDownloaded:faceMakeupType:index: |
Callback event notifying whether or not the selected face makeup item has downloaded successfully. | |
Delegate protocol to receive callbacks about face makeup setting events.
Definition at line 2062 of file ZoomSDKSettingService.h.
- (void) onFaceMakeupItemDataDownloaded: | (BOOL) | success | |
faceMakeupType: | (ZoomSDKFaceMakeupType) | type | |
index: | (int) | index |
Callback event notifying whether or not the selected face makeup item has downloaded successfully.
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. |
- (void) onFaceMakeupItemDataDownloading: | (ZoomSDKFaceMakeupType) | type | |
index: | (int) | index |
Callback event notifying that the selected face makeup item is downloading.
type | The type of current image. |
index | The index of the current face makeup. |
- (void) onFaceMakeupItemThumbnailsDownloaded: | (ZoomSDKFaceMakeupType) | type |
Callback event notifying that all face makeup items' thumbnails were downloaded.
type | The type of current image. |