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