js-apis-inner-notification-notificationTemplate.md 562 字节
Newer Older
1 2 3 4 5 6 7 8
# NotificationTemplate

通知模板。

> **说明:**
>
> 本模块首批接口从API version 8开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。

X
xuzhihao 已提交
9
## 属性
10

11 12
**系统能力**:以下各项对应的系统能力均为SystemCapability.Notification.Notification

13 14 15 16
| 名称 | 类型                    | 必填 | 说明       |
| ---- | ---------------------- | ---- | ---------- |
| name | string                 | 是   | 模板名称。 |
| data | {[key:string]: Object} | 是   | 模板数据。 |