ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
ICustomizedAnnotationControllerEvent Class Referenceabstract

Annotation controller callback event. More...

#include <customized_annotation.h>

Public Member Functions

virtual void onCustomizedAnnotationObjDestroyed (ICustomizedAnnotationObj *obj_)=0
 Callback of destroying the specified annotation object. More...
 
virtual void onSharingShareAnnotationStatusChanged (ICustomizedShareRender *share_render_, CustomizedShareAnnotationStatus status_)=0
 Callback event when the annotation status changes. More...
 

Detailed Description

Annotation controller callback event.

Member Function Documentation

◆ onCustomizedAnnotationObjDestroyed()

virtual void ICustomizedAnnotationControllerEvent::onCustomizedAnnotationObjDestroyed ( ICustomizedAnnotationObj obj_)
pure virtual

Callback of destroying the specified annotation object.

Parameters
obj_Specify the annotation object to be destroyed. Once destroyed, it can no longer be used.

◆ onSharingShareAnnotationStatusChanged()

virtual void ICustomizedAnnotationControllerEvent::onSharingShareAnnotationStatusChanged ( ICustomizedShareRender share_render_,
CustomizedShareAnnotationStatus  status_ 
)
pure virtual

Callback event when the annotation status changes.

Parameters
share_render_The annotate status of share_render changes. For more details, see ICustomizedShareRender.
status_The changed status. For more details, see CustomizedShareAnnotationStatus.

The documentation for this class was generated from the following file: