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

#include <ZoomSDKSettingService.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - on3DAvatarItemThumbnailsDownloaded
 Callback event notifying that all 3D avatar items’ thumbnails have been downloaded.
 
(void) - on3DAvatarItemDataDownloading:
 Callback event notifying that the selected 3d avatar item is downloading.
 
(void) - on3DAvatarItemDataDownloaded:index:
 Callback event notifying whether or not the selected 3d avatar item has been downloaded successfully. @bSuccess YES indicates the selected 3d avatar item has been downloaded successfully.
 

Detailed Description

Definition at line 1773 of file ZoomSDKSettingService.h.

Method Documentation

◆ on3DAvatarItemDataDownloaded:index:

- (void) on3DAvatarItemDataDownloaded: (BOOL) isSuccess
index: (int) index 

Callback event notifying whether or not the selected 3d avatar item has been downloaded successfully. @bSuccess YES indicates the selected 3d avatar item has been downloaded successfully.

Parameters
indexThe index of the selected 3d avatar item.

◆ on3DAvatarItemDataDownloading:

- (void) on3DAvatarItemDataDownloading: (int) index

Callback event notifying that the selected 3d avatar item is downloading.

Parameters
indexThe index of the selected 3d avatar item.

◆ on3DAvatarItemThumbnailsDownloaded

- (void) on3DAvatarItemThumbnailsDownloaded

Callback event notifying that all 3D avatar items’ thumbnails have been downloaded.