Windows SDK API Reference
Loading...
Searching...
No Matches
I3DAvatarSettingContextEvent Class Referenceabstract

3D avatar context callback event. More...

#include <setting_service_interface.h>

Public Member Functions

virtual ~I3DAvatarSettingContextEvent ()
 
virtual void on3DAvatarItemThumbnailsDownloaded ()=0
 Callback event notifying that all 3D avatar items' thumbnails have been downloaded. More...
 
virtual void on3DAvatarItemDataDownloading (int index)=0
 Callback event notifying that the selected 3d avatar item is downloading. More...
 
virtual void on3DAvatarItemDataDownloaded (bool bSuccess, int index)=0
 Callback event notifying whether or not the selected 3d avatar item has been downloaded successfully. More...
 

Detailed Description

3D avatar context callback event.

Definition at line 1721 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ ~I3DAvatarSettingContextEvent()

virtual I3DAvatarSettingContextEvent::~I3DAvatarSettingContextEvent ( )
inlinevirtual

Definition at line 1724 of file setting_service_interface.h.

1724{}

Member Function Documentation

◆ 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
indexThe index of the selected 3d avatar item.
bSuccessTRUE 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
indexThe 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.