com.herewhite.sdk.WhiteboardView类 参考
WhiteboardView
类,用于配置白板界面。
构造及析构函数说明
WhiteboardView() [1/2]
com.herewhite.sdk.WhiteboardView.WhiteboardView | ( | Context | context | ) |
初始化白板界面。
参数
参数名 | 描述 |
---|---|
context | 安卓活动 (Android Activity) 的上下文。 |
WhiteboardView() [2/2]
com.herewhite.sdk.WhiteboardView.WhiteboardView | ( | Context | context, |
AttributeSet | attrs | ||
) |
初始化白板界面。
参数
参数名 | 描述 |
---|---|
context | 安卓活动 (Android Activity) 的上下文。 |
attrs | 自定义白板界面属性,AttributeSet. |