Mac SDK
Instance Methods | List of all members
<ZoomSDKCustomizedAnnotationCtrlDelegate> Protocol Reference
Inheritance diagram for <ZoomSDKCustomizedAnnotationCtrlDelegate>:

Instance Methods

(void) - onAnnotationCleanUp:
 Notification of clearing up annotations in the meeting. More...
 
(void) - onAnnotationStatusChanged:Status:
 Notify annotation status changes. More...
 
(void) - onAnnotationSupportPropertyChangedForCustom:shareSourceUserID:
 Designated for Zoom Meeting notify the sharing user's has changed the viewer's annotation privilage. More...
 

Method Documentation

◆ onAnnotationCleanUp:

- (void) onAnnotationCleanUp: (ZoomSDKCustomizedAnnotation *)  annotation

Notification of clearing up annotations in the meeting.

Parameters
annotationThe object of ZoomSDKCustomizedAnnotation.

◆ onAnnotationStatusChanged:Status:

- (void) onAnnotationStatusChanged: (ZoomSDKShareElement *)  element
Status: (AnnotationStatus)  status 

Notify annotation status changes.

Parameters
elementThe pointer to ZoomSDKShareElement.
statusAnnotation status.

◆ onAnnotationSupportPropertyChangedForCustom:shareSourceUserID:

- (void) onAnnotationSupportPropertyChangedForCustom: (BOOL)  isSupportAnnotation
shareSourceUserID: (unsigned int)  userID 

Designated for Zoom Meeting notify the sharing user's has changed the viewer's annotation privilage.

Parameters
isSupportAnnotationYES means the share source user enable viewer do annotate, otherwise not.
userIDThe user id that is sharing.

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