Meeting SDK for macOS API 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. | |
Definition at line 1773 of file ZoomSDKSettingService.h.
- (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.
index | The index of the selected 3d avatar item. |
- (void) on3DAvatarItemDataDownloading: | (int) | index |
Callback event notifying that the selected 3d avatar item is downloading.
index | The index of the selected 3d avatar item. |
- (void) on3DAvatarItemThumbnailsDownloaded |
Callback event notifying that all 3D avatar items’ thumbnails have been downloaded.