The callback event of custom UI manager interface.
More...
#include <customized_ui_mgr.h>
The callback event of custom UI manager interface.
Definition at line 18 of file customized_ui_mgr.h.
◆ ~ICustomizedUIMgrEvent()
virtual ICustomizedUIMgrEvent::~ICustomizedUIMgrEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onImmersiveContainerDestroyed()
virtual void ICustomizedUIMgrEvent::onImmersiveContainerDestroyed |
( |
| ) |
|
|
pure virtual |
The callback will be triggered before the immersive container is destroyed.
- Note
- The immersive container will be destroyed once the function calls end. The user should complete the operations related to the immersive container before the function calls end.
◆ onShareRenderDestroyed()
The callback will be triggered before the shared render is destroyed.
- Parameters
-
pRender | Specify the shared render to be destroyed. |
- Note
- The specified shared render will be destroyed once the function calls end. The user should complete the operations related to the shared render before the function calls end.
◆ onVideoContainerDestroyed()
The callback will be triggered before the video container is destroyed.
- Parameters
-
pContainer | Specify the video container to be destroyed. |
- Note
- The specified container will be destroyed once the function calls end. The user should complete the operations related to the video container before the function calls end.