Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKFaceMakeupSettingContextDelegate> Protocol 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.
 

Detailed Description

Delegate protocol to receive callbacks about face makeup setting events.

Definition at line 2062 of file ZoomSDKSettingService.h.

Method Documentation

◆ 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
successYES indicates the selected face makeup item has downloaded successfully.
typeThe type of current image.
indexThe index of the current face makeup.

◆ onFaceMakeupItemDataDownloading:index:

- (void) onFaceMakeupItemDataDownloading: (ZoomSDKFaceMakeupType) type
index: (int) index 

Callback event notifying that the selected face makeup item is downloading.

Parameters
typeThe type of current image.
indexThe index of the current face makeup.

◆ onFaceMakeupItemThumbnailsDownloaded:

- (void) onFaceMakeupItemThumbnailsDownloaded: (ZoomSDKFaceMakeupType) type

Callback event notifying that all face makeup items' thumbnails were downloaded.

Parameters
typeThe type of current image.