3D avatar context callback event.
More...
#include <setting_service_interface.h>
3D avatar context callback event.
Definition at line 2532 of file setting_service_interface.h.
◆ ~I3DAvatarSettingContextEvent()
virtual I3DAvatarSettingContextEvent::~I3DAvatarSettingContextEvent |
( |
| ) |
|
|
inlinevirtual |
◆ on3DAvatarItemDataDownloaded()
virtual void I3DAvatarSettingContextEvent::on3DAvatarItemDataDownloaded |
( |
bool | bSuccess, |
|
|
int | index ) |
|
pure virtual |
Notification of whether or not the selected 3d avatar item has been downloaded successfully.
- Parameters
-
index | The index of the selected 3d avatar item. |
bSuccess | true means the selected 3d avatar item has been downloaded successfully. |
◆ on3DAvatarItemDataDownloading()
virtual void I3DAvatarSettingContextEvent::on3DAvatarItemDataDownloading |
( |
int | index | ) |
|
|
pure virtual |
Notification of the selected 3d avatar item is downloading.
- Parameters
-
index | The index of the selected 3d avatar item. |
◆ on3DAvatarItemThumbnailsDownloaded()
virtual void I3DAvatarSettingContextEvent::on3DAvatarItemThumbnailsDownloaded |
( |
| ) |
|
|
pure virtual |
Notification of all 3D avatar items' thumbnails have been downloaded.