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

Delegate protocol for receiving 3D avatar setting events. More...

#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

Delegate protocol for receiving 3D avatar setting events.

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