Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKFaceMakeupSettingContextDelegate> Protocol Reference

#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

Definition at line 1880 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.