setBackgroundImage abstract method

Future<ResultCode> setBackgroundImage(
  1. String imageUrl
)

Set the background image of current whiteboard page.

Parameter imageUrl Image URL, a local iamge path or a network image link.

Returns

设置白板当前页背景图片。

Parameter imageUrl 图片 URL,可为本地路径或者网络链接。

Returns

Implementation

Future<ResultCode> setBackgroundImage(String imageUrl);