跳过导航链接
A B C D E F G H I L M N O P R S T U V W 

O

OFF - 接口 中的静态变量com.tencent.teduboard.TEduBoardController.TEduBoardLogLevel
不打印日志
offlineWarningTimeout - 类 中的变量com.tencent.teduboard.TEduBoardController.TEduBoardInitParam
白板离线告警时间间隔,单位(秒)
offsetX - 类 中的变量com.tencent.teduboard.TEduBoardController.TEduBoardCursorIcon
自定义鼠标指针样式的横向偏移
offsetY - 类 中的变量com.tencent.teduboard.TEduBoardController.TEduBoardCursorIcon
自定义鼠标指针样式的纵向偏移
onTEBAddBoard(List<String>, String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
增加白板页回调
onTEBAddElement(String, int, String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
添加元素回调
onTEBAddImageElement(String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
添加图片元素回调
onTEBAddImagesFile(String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
增加批量图片文件回调
onTEBAddTranscodeFile(String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
增加转码文件回调
onTEBAudioStatusChanged(String, int, float, float) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
音频文件状态回调
onTEBBackgroundH5StatusChanged(String, String, int) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
设置白板背景 H5 状态改变回调
onTEBClassGroupStatusChanged(boolean, String, int, String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
分组讨论状态变更
onTEBCursorPositionChanged(Point) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
自定义鼠标样式时,坐标位置回调
onTEBDeleteBoard(List<String>, String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
删除白板页回调
onTEBDeleteElement(List<String>) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
删除元素回调
onTEBDeleteFile(String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
删除文件回调
onTEBElementPositionChange(List<TEduBoardController.ElementItem>) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
元素位置发生改变通知回调
onTEBError(int, String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
白板错误回调
必须要监听的事件
onTEBFileTranscodeProgress(String, String, String, TEduBoardController.TEduBoardTranscodeFileResult) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
已过时。
onTEBFileUploadProgress(String, int, int, int, float) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
文件上传进度回调
onTEBFileUploadStatus(String, int, int, String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
文件上传状态回调
onTEBGotoBoard(String, String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
跳转白板页回调
onTEBGotoStep(int, int) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
白板页动画步数回调
onTEBH5FileStatusChanged(String, int) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
H5 文件状态回调
onTEBH5PPTStatusChanged(int, String, String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
ppt状态改变回调
onTEBHistroyDataSyncCompleted() - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
白板历史数据同步完成回调 所有的白板操作和接口调用都要在此事件回调之后
onTEBImageElementStatusChanged(int, String, String, String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
白板图片元素加载状态
onTEBImageStatusChanged(String, String, int) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
白板图片状态改变回调
onTEBInit() - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
白板初始化完成回调 收到该回调后表示白板已处于可正常工作状态(此时白板为空白白板,历史数据尚未拉取到)
onTEBMathGraphEvent(int, String, String, String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
数学函数图像工具事件
onTEBOfflineWarning(int) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
白板离线告警
onTEBRectSelected() - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
框选工具选中回调
onTEBRedoStatusChanged(boolean) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
白板可重做状态改变回调
onTEBRefresh() - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
刷新白板回调
onTEBScrollChanged(String, int, double, double, double) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
白板移动回调
onTEBSelectElement(List<TEduBoardController.ElementItem>) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
框选工具选中元素回调
onTEBSetBackgroundImage(String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
设置白板背景图片回调
onTEBSnapshot(String, int, String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
白板快照回调
onTEBSwitchFile(String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
切换文件回调
onTEBSyncData(String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
白板同步数据回调
onTEBTextElementStatusChange(String, String, String, int, int) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
文本组件状态回调
onTEBTextElementWarning(String, String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
白板文字工具异常警告
onTEBUndoStatusChanged(boolean) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
白板可撤销状态改变回调
onTEBVideoStatusChanged(String, int, float, float) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
视频文件状态回调
onTEBWarning(int, String) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
白板警告回调
onTEBZoomDragStatus(String, int, int, int) - 接口 中的方法com.tencent.teduboard.TEduBoardController.TEduBoardCallback
远端白板缩放移动状态回调
OperationAuthority() - 类 的构造器com.tencent.teduboard.TEduBoardController.OperationAuthority
 
A B C D E F G H I L M N O P R S T U V W 
跳过导航链接