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
8
13 boolean canDoAnnotation();
14
20 @Deprecated
22
28
34
40 int setToolColor(int toolColor);
41
47
64
70
76 int setToolWidth(long width);
77
83
88 int undo();
89
94 int redo();
95
102
108}
Enumerations of the type for clear annotation.
Enumerations 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()
Whether the annotation was disabled or not 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()
Get 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()
Whether the current user can do annotation on the share.
int stopAnnotation()
Stops annotation.
ZoomVideoSDKAnnotationToolType getToolType()
Gets the annotation tool type.