0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. electron
  2. /
  3. docs
  4. /
  5. api
  6. /
  7. pushNotifications
zhangqingnan_codeingzhangqingnan_codeingdocs: remove platform support section from API docs
377fc406创建于 4月29日历史提交
文件最后提交记录最后更新时间
README.md
docs: add OHOS API documentation (1290 APIs, 66 modules) Signed-off-by: zhangqingnan_codeing <zhangqingnan6@huawei.com> 1 个月前
event-received-apns-notification.md
docs: remove platform support section from API docs Signed-off-by: zhangqingnan_codeing <zhangqingnan6@huawei.com> 1 个月前
method-pushNotifications.registerForAPNSNotifications.md
docs: remove platform support section from API docs Signed-off-by: zhangqingnan_codeing <zhangqingnan6@huawei.com> 1 个月前
method-pushNotifications.unregisterForAPNSNotifications.md
docs: remove platform support section from API docs Signed-off-by: zhangqingnan_codeing <zhangqingnan6@huawei.com> 1 个月前
README.md

pushNotifications API 列表

本模块包含 3 个 API。

Events(事件)

API 说明 鸿蒙支持
received-apns-notification 在应用运行期间收到远程推送通知时触发。 不支持

Methods(方法)

API 说明 鸿蒙支持
pushNotifications.registerForAPNSNotifications() 返回 Promise,向 APNS 注册以接收推送通知,resolve 后返回设备 token。 不支持
pushNotifications.unregisterForAPNSNotifications() 取消应用在 APNS 的远程通知注册。 不支持