6#import <ZoomSDK/ZoomSDKErrors.h>
34@protocol ZoomSDKCustomizedAnnotationDelegate <NSObject>
55@property(nonatomic, assign, nullable)id<ZoomSDKCustomizedAnnotationDelegate>
delegate;
135@protocol ZoomSDKCustomizedAnnotationCtrlDelegate <NSObject>
153- (void)onAnnotationSupportPropertyChangedForCustom:(BOOL)isSupportAnnotation shareSourceID:(
unsigned int)shareSourceID;
168@property(nonatomic, assign, nullable) id<ZoomSDKCustomizedAnnotationCtrlDelegate>
delegate;
AnnotationToolType
Type of annotation tools. For more information, please visit https://support.zoom....
AnnotationClearType
Types of clearing annotations.
AnnotationStatus
Enumeration of annotation status.
ZoomSDKAnnotationSavedType
Enumeration of file types for saving screenshots.
ZoomSDKError
Enumeration of common errors of SDK.
Controller class to create and manage customized annotations.
id< ZoomSDKCustomizedAnnotationCtrlDelegate > delegate
Delegate to receive annotation control events.
id< ZoomSDKCustomizedAnnotationCtrlDelegate > _delegate
Provides interfaces to operate customized annotations on shared content.
id< ZoomSDKCustomizedAnnotationDelegate > delegate
Delegate to receive annotation events.
ZoomSDKError canSaveSnapshot()
Determines if it is enabled to save the snapshot.
ZoomSDKError redo()
Redo the annotation having been deleted.
ZoomSDKShareElement * _shareElement
ZoomSDKError undo()
Undo the last annotation.
id< ZoomSDKCustomizedAnnotationDelegate > _delegate
The share element object to handle individual shared content and render view.
Represents an RGB color with float components.
float blue
Blue color component, range is 0 to 255.
float green
Green color component, range is 0 to 255.
float red
Red color component, range is 0 to 255.