Meeting SDK for Windows 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
 Notification of all 3D avatar items' thumbnails have been downloaded.
 
virtual void on3DAvatarItemDataDownloading (int index)=0
 Notification of the selected 3d avatar item is downloading.
 
virtual void on3DAvatarItemDataDownloaded (bool bSuccess, int index)=0
 Notification of whether or not the selected 3d avatar item has been downloaded successfully.
 

Detailed Description

3D avatar context callback event.

Definition at line 2532 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ ~I3DAvatarSettingContextEvent()

virtual I3DAvatarSettingContextEvent::~I3DAvatarSettingContextEvent ( )
inlinevirtual

Definition at line 2535 of file setting_service_interface.h.

2535{}

Member Function Documentation

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

◆ on3DAvatarItemThumbnailsDownloaded()

virtual void I3DAvatarSettingContextEvent::on3DAvatarItemThumbnailsDownloaded ( )
pure virtual

Notification of all 3D avatar items' thumbnails have been downloaded.