|
Meeting SDK for macOS API 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. | |
Delegate protocol for receiving 3D avatar setting events.
Definition at line 2078 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.