|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcn.jpush.api.push.model.notification.Notification
public class Notification
| 嵌套类摘要 | |
|---|---|
static class |
Notification.Builder
|
| 方法摘要 | |
|---|---|
static Notification |
alert(String alert)
Quick set all platform alert. |
static Notification |
android(String alert,
String title,
Map<String,String> extras)
shortcut |
static Notification |
ios_auto_badge()
shortcut |
static Notification |
ios_incr_badge(int badge)
shortcut |
static Notification |
ios_set_badge(int badge)
shortcut |
static Notification |
ios(String alert,
Map<String,String> extras)
shortcut |
static Notification.Builder |
newBuilder()
|
com.google.gson.JsonElement |
toJSON()
|
static Notification |
winphone(String alert,
Map<String,String> extras)
shortcut |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 方法详细信息 |
|---|
public static Notification.Builder newBuilder()
public static Notification alert(String alert)
alert - Notification alert
public static Notification android(String alert,
String title,
Map<String,String> extras)
public static Notification ios(String alert,
Map<String,String> extras)
public static Notification ios_auto_badge()
public static Notification ios_set_badge(int badge)
public static Notification ios_incr_badge(int badge)
public static Notification winphone(String alert,
Map<String,String> extras)
public com.google.gson.JsonElement toJSON()
PushModel 中的 toJSON
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||