未验证 提交 e9b3ddb6 编写于 作者: O openharmony_ci 提交者: Gitee

!18639 支持任务配置为不被用户手动删除docs提交

Merge pull request !18639 from xinking129/master
......@@ -26,6 +26,7 @@ import missionManager from '@ohos.app.ability.missionManager';
| label | string | 是 | 是 | 表示任务的标签。 |
| iconPath | string | 是 | 是 | 表示任务的图标路径。 |
| continuable | boolean | 是 | 是 | 表示任务是否可以迁移。 |
| unclearable<sup>10+</sup> | boolean | 是 | 是 | 表示任务是否可以被用户手动删除。 |
**示例:**
```ts
......@@ -47,6 +48,7 @@ try {
console.log('getMissionInfo label is: ${JSON.stringify(data.label)}');
console.log('getMissionInfo iconPath is: ${JSON.stringify(data.iconPath)}');
console.log('getMissionInfo continuable is: ${JSON.stringify(data.continuable)}');
console.log('getMissionInfo unclearable is: ${JSON.stringify(data.unclearable)}');
});
} catch (paramError) {
console.error('error: ${paramError.code}, ${paramError.message}');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册