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

!1452 事件通知子系统支持SysCap机制

Merge pull request !1452 from zero-cyc/0210
......@@ -116,7 +116,11 @@
import CommonEvent from '@ohos.commonevent';
```
## 系统能力
```js
SystemCapability.Notification.CommonEvent
```
## CommonEvent.publish
......
......@@ -8,6 +8,12 @@
import emitter from '@ohos.events.emitter'
```
## 系统能力
```javascript
SystemCapability.Notification.Emitter
```
## 权限列表
......
......@@ -6,6 +6,12 @@
import Notification from '@ohos.notification';
```
## 系统能力
```js
SystemCapability.Notification.Notification
```
## Notification.publish(request: NotificationRequest, callback: AsyncCallback\<void\>)
- 接口说明
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册