Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKCustomizedAnnotationCtrlDelegate> Protocol Reference

#include <ZoomSDKCustomizedAnnotationCtr.h>

Inherits <NSObjectNSObject>.

Instance Methods

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

Detailed Description

Definition at line 102 of file ZoomSDKCustomizedAnnotationCtr.h.

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 *_Nullable) element
Status: (AnnotationStatus) status 

Notify annotation status changes.

Parameters
elementThe pointer to ZoomSDKShareElement.
statusAnnotation status.

◆ onAnnotationSupportPropertyChangedForCustom:shareSourceID:

- (void) onAnnotationSupportPropertyChangedForCustom: (BOOL) isSupportAnnotation
shareSourceID: (unsigned int) shareSourceID 

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

Parameters
isSupportAnnotationYES means the share source user enabled the viewer to do annotations. Otherwise the viewer cannot do annotations.
shareSourceIDThe share source ID that is sharing.