macOS SDK API Reference
Loading...
Searching...
No Matches
ZoomSDKAnnotationController Class Reference

ZOOM UI annotation class. More...

#import <ZoomSDKASController.h>

Inherits NSObject.

Instance Methods

(BOOL) - isAnnotationDisable
 
(ZoomSDKError- setTool:onScreen:
 
(ZoomSDKError- clear:onScreen:
 
(ZoomSDKError- setColor:Green:Black:onScreen:
 
(ZoomSDKError- setLineWidth:onScreen:
 
(ZoomSDKError- undo:
 
(ZoomSDKError- redo:
 
(BOOL) - isAnnotationLegalNoticeAvailable
 Determine whether the legal notice for annotation is available.
 
(NSString *) - getAnnotationLegalNoticesPrompt
 Get the annotation legal notices prompt.
 
(NSString *) - getAnnotationLegalNoticesExplained
 Get the annotation legal notices explained.
 

Detailed Description

ZOOM UI annotation class.

Definition at line 10 of file ZoomSDKASController.h.

Method Documentation

◆ clear:onScreen:

- (ZoomSDKError) clear: (AnnotationClearType type
onScreen: (ScreenType screen 

◆ getAnnotationLegalNoticesExplained

- (NSString *) getAnnotationLegalNoticesExplained

Get the annotation legal notices explained.

Returns
If the function succeeds, it will return the annotation legal notices explained. Otherwise nil.

◆ getAnnotationLegalNoticesPrompt

- (NSString *) getAnnotationLegalNoticesPrompt

Get the annotation legal notices prompt.

Returns
If the function succeeds, it will return the annotation legal notices prompt. Otherwise nil.

◆ isAnnotationDisable

- (BOOL) isAnnotationDisable

◆ isAnnotationLegalNoticeAvailable

- (BOOL) isAnnotationLegalNoticeAvailable

Determine whether the legal notice for annotation is available.

Returns
YES indicates the legal notice for annotation transcript is available. Otherwise not.

◆ redo:

- (ZoomSDKError) redo: (ScreenType screen

◆ setColor:Green:Black:onScreen:

- (ZoomSDKError) setColor: (float)  red
Green: (float)  green
Black: (float)  black
onScreen: (ScreenType screen 

◆ setLineWidth:onScreen:

- (ZoomSDKError) setLineWidth: (long)  lineWidth
onScreen: (ScreenType screen 

◆ setTool:onScreen:

- (ZoomSDKError) setTool: (AnnotationToolType type
onScreen: (ScreenType screen 

◆ undo:

- (ZoomSDKError) undo: (ScreenType screen