|
Meeting SDK for macOS API Reference
|
Delegate protocol to notify annotation status and privilege changes. More...
#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. | |
Delegate protocol to notify annotation status and privilege changes.
Definition at line 135 of file ZoomSDKCustomizedAnnotationCtr.h.
| - (void) onAnnotationCleanUp: | (ZoomSDKCustomizedAnnotation *) | annotation |
Notification of clearing up annotations in the meeting.
| annotation | The object of ZoomSDKCustomizedAnnotation. |
| - (void) onAnnotationStatusChanged: | (ZoomSDKShareElement *_Nullable) | element | |
| Status: | (AnnotationStatus) | status |
Notify annotation status changes.
| element | The pointer to ZoomSDKShareElement. |
| status | Annotation status. |
| - (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.
| isSupportAnnotation | YES means the share source user enabled the viewer to do annotations. Otherwise the viewer cannot do annotations. |
| shareSourceID | The share source ID that is sharing. |