diff --git a/README.md b/README.md index 542dd5482cf12294dc4af3f91f9dc28b17f995c9..baa376628f593a1d7abe87f1b630f1f39e222c2d 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,43 @@ Chrome restricts the usage of WebCryptographyApi to secure origins. It means 'ht | delay | number | 网络时延,单位是ms | | bitrate | number | 码率,单位是kbps | -### 4.12 云手机桌面(home)功能 +#### 4.12 云机剪切板回调 + +- 接口介绍 + + cloudApp.on("clipboardDataChange", function(event, data){ + + // todo + + }); + +- 功能描述 + + 获取云手机剪切板数据。 + +- 参数介绍 + + @param {object} event,触发的事件,event 对象包含 name。 + + @param {string} data,云手机剪切板数据。 + + +#### 4.13 发送剪切板数据 + +- 接口介绍 + + cloudApp.sendClipboardData(data); + +- 功能描述 + + 将端侧剪切板数据发送到云手机。 + +- 参数介绍 + + @param {string} data,端侧剪切板数据。 + + +#### 4.13 云手机桌面功能 - 接口介绍 @@ -281,7 +317,7 @@ Chrome restricts the usage of WebCryptographyApi to secure origins. It means 'ht 进入云手机桌面。 -### 4.13 云手机回退(back)功能 +#### 4.14 云手机回退功能 - 接口介绍 @@ -291,7 +327,7 @@ Chrome restricts the usage of WebCryptographyApi to secure origins. It means 'ht 应用退出、返回上一步。 -### 4.14 云手机多任务(menu)功能 +#### 4.15 云手机多任务功能 - 接口介绍