提交 3d4dc52a 编写于 作者: G geraltxu

示例接口参数补充

Signed-off-by: Nxufanghan <xufanghan@huawei.com>
上级 9d59b00f
......@@ -45,6 +45,7 @@ getExemptedApps(resourceTypes: number, callback: AsyncCallback<Array&lt;Exempted
**示例**
```js
let resourceTypes = 1;
try{
deviceStandby.getExemptedApps(resourceTypes, (err, res) => {
if (err) {
......@@ -100,6 +101,7 @@ getExemptedApps(resourceTypes: number): Promise<Array&lt;ExemptedAppInfo&gt;>;
**示例**
```js
let resourceTypes = 1;
try{
deviceStandby.getExemptedApps(resourceTypes).then( res => {
console.log('DEVICE_STANDBY getExemptedApps promise success.');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册