Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKAnnotationHelper.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import android.view.View;
4
5import us.zoom.libtools.utils.ZmAppUtils;
6
11
16 boolean canDoAnnotation();
17
23 @Deprecated
25
31
37
43 int setToolColor(int toolColor);
44
50
68
74
80 int setToolWidth(long width);
81
87
92 int undo();
93
98 int redo();
99
106
112}
Enumerations of the type for clear annotation.
Enumeration of the type for annotation tool. For more information, please visit https://support....
long getToolWidth()
Gets the annotation tool width.
int setToolColor(int toolColor)
Sets the annotation tool color.
boolean isSenderDisableAnnotation()
Determines whether the annotation was disabled by the share owner.
int getToolColor()
Gets the annotation tool color.
int setToolWidth(long width)
Sets the annotation tool width.
int clear(ZoomVideoSDKAnnotationClearType type)
Clears the annotation content.
View getAnnotationView()
Gets the annotation view. The view should be attached to the shared view or the view subscribe share.
int setToolType(ZoomVideoSDKAnnotationToolType type)
Sets the annotation tool type.
int startAnnotation()
Starts annotation.
int redo()
Redoes one annotation content step.
int undo()
Undoes one annotation content step.
boolean canDoAnnotation()
Determines whether the current user can do annotation on the share.
int stopAnnotation()
Stops annotation.
ZoomVideoSDKAnnotationToolType getToolType()
Gets the annotation tool type.