| 程序包 | 说明 |
|---|---|
| cn.jpush.api.push.model.notification |
| 限定符和类型 | 类和说明 |
|---|---|
protected static class |
PlatformNotification.Builder<T extends PlatformNotification,B extends PlatformNotification.Builder<T,B>> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AndroidNotification
Android 通知类
具体使用方法请参考官方文档 支持 Android Notification 的参数: alert: 继承自父类 PlatformNotification 的 alert 属性;本类设置则覆盖。 |
class |
IosNotification
APNs 通知类
支持 APNs 默认的几个参数: alert: 继承自父类 PlatformNotification 的 alert 属性;本类设置则覆盖。 |
class |
QuickappNotification
QuickApp 通知类
具体使用方法请参考官方文档 https://docs.jiguang.cn/jpush/server/push/rest_api_v3_push/#platform 支持 QuickApp Notification 的参数: alert: 继承自父类 PlatformNotification 的 alert 属性;本类设置则覆盖。 |
class |
WinphoneNotification
Windows Phone 通知类
具体使用方法请参考官方文档 https://docs.jiguang.cn/jpush/server/push/rest_api_v3_push/#platform 支持 Winphone Notification 的参数: alert: 继承自父类 PlatformNotification 的 alert 属性;本类设置则覆盖。 |
| 限定符和类型 | 方法和说明 |
|---|---|
Notification.Builder |
Notification.Builder.addPlatformNotification(PlatformNotification notification) |
Copyright © 2023. All rights reserved.