Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
7fcf97aa
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
7fcf97aa
编写于
3月 30, 2022
作者:
O
openharmony_ci
提交者:
Gitee
3月 30, 2022
浏览文件
操作
浏览文件
下载
差异文件
!2861 PR#2848同步3.1Release
Merge pull request !2861 from 时睿/cherry-pick-1648639220
上级
778aff20
10de8855
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
8 addition
and
8 deletion
+8
-8
zh-cn/application-dev/reference/apis/js-apis-notification.md
zh-cn/application-dev/reference/apis/js-apis-notification.md
+8
-8
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-notification.md
浏览文件 @
7fcf97aa
...
...
@@ -2455,7 +2455,7 @@ getDeviceRemindType(callback: AsyncCallback\<DeviceRemindType\>): void
| 参数名 | 类型 | 必填 | 说明 |
| -------- | --------------------------------- | ---- | -------------------------- |
| callback | AsyncCallback
\<
[
DeviceRemindType
](
#deviceremindtype
sup8sup
)
\>
| 是 | 获取通知的提醒方式的回调函数。 |
| callback | AsyncCallback
\<
[
DeviceRemindType
](
#deviceremindtype
8
)
\>
| 是 | 获取通知的提醒方式的回调函数。 |
**示例:**
...
...
@@ -2481,7 +2481,7 @@ getDeviceRemindType(): Promise\<DeviceRemindType\>
| 类型 | 说明 |
| ------------------ | --------------- |
| Promise
\<
[
DeviceRemindType
](
#deviceremindtype
sup8sup
)
\>
| Promise方式返回通知的提醒方式的结果。 |
| Promise
\<
[
DeviceRemindType
](
#deviceremindtype
8
)
\>
| Promise方式返回通知的提醒方式的结果。 |
**示例:**
...
...
@@ -2743,7 +2743,7 @@ Notification.subscribe(subscriber, subscribeCallback);
### onEnabledNotificationChanged<sup>8+</sup>
onEnabledNotificationChanged?:(callbackData:
[
EnabledNotificationCallbackData
](
#enablednotificationcallbackdata
sup8sup
)
)
onEnabledNotificationChanged?:(callbackData:
[
EnabledNotificationCallbackData
](
#enablednotificationcallbackdata
8
)
)
监听应用通知使能变化。
...
...
@@ -2753,7 +2753,7 @@ onEnabledNotificationChanged?:(callbackData: [EnabledNotificationCallbackData](#
| 参数名 | 类型 | 必填 | 说明 |
| ------------ | ------------------------ | ---- | -------------------------- |
| callback | AsyncCallback
\<
[
EnabledNotificationCallbackData
](
#enablednotificationcallbackdata
sup8sup
)
\>
| 是 | 回调返回监听到的应用信息。 |
| callback | AsyncCallback
\<
[
EnabledNotificationCallbackData
](
#enablednotificationcallbackdata
8
)
\>
| 是 | 回调返回监听到的应用信息。 |
**示例:**
...
...
@@ -2900,7 +2900,7 @@ Notification.subscribe(subscriber, subscribeCallback);
| title | 是 | 是 | string | 是 | 按钮标题。 |
| wantAgent | 是 | 是 | WantAgent | 是 | 点击按钮时触发的WantAgent。 |
| extras | 是 | 是 | { [key: string]: any } | 否 | 按钮扩展信息。 |
| userInput
<sup>
9+
</sup>
| 是 | 是 |
[
NotificationUserInput
](
#notificationuserinput
sup8sup
)
| 否 | 用户输入对象实例。 |
| userInput
<sup>
9+
</sup>
| 是 | 是 |
[
NotificationUserInput
](
#notificationuserinput
8
)
| 否 | 用户输入对象实例。 |
## NotificationBasicContent
...
...
@@ -3025,12 +3025,12 @@ Notification.subscribe(subscriber, subscribeCallback);
| hashCode | 是 | 否 | string | 否 | 通知唯一标识。 |
| classification | 是 | 是 | string | 否 | 通知分类。 |
| groupName
<sup>
8+
</sup>
| 是 | 是 | string | 否 | 组通知名称。 |
| template
<sup>
8+
</sup>
| 是 | 是 |
[
NotificationTemplate
](
#notificationtemplate
sup8sup
)
| 否 | 通知模板。 |
| template
<sup>
8+
</sup>
| 是 | 是 |
[
NotificationTemplate
](
#notificationtemplate
8
)
| 否 | 通知模板。 |
| isRemoveAllowed
<sup>
8+
</sup>
| 是 | 否 | boolean | 否 | 通知是否能被移除。 |
| source
<sup>
8+
</sup>
| 是 | 否 | number | 否 | 通知源。 |
| distributedOption
<sup>
8+
</sup>
| 是 | 是 |
[
DistributedOptions
](
#distributedoptions
sup8sup
)
| 否 | 分布式通知的选项。 |
| distributedOption
<sup>
8+
</sup>
| 是 | 是 |
[
DistributedOptions
](
#distributedoptions
8
)
| 否 | 分布式通知的选项。 |
| deviceId
<sup>
8+
</sup>
| 是 | 否 | string | 否 | 通知源的deviceId。 |
| notificationFlags
<sup>
8+
</sup>
| 是 | 否 |
[
NotificationFlags
](
#notificationflags
sup8sup
)
| 否 | 获取NotificationFlags。 |
| notificationFlags
<sup>
8+
</sup>
| 是 | 否 |
[
NotificationFlags
](
#notificationflags
8
)
| 否 | 获取NotificationFlags。 |
## DistributedOptions<sup>8+</sup>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录