| 限定符和类型 | 类和说明 |
|---|---|
static class |
Notification.Builder |
| 限定符和类型 | 方法和说明 |
|---|---|
static Notification |
alert(Object alert)
Quick set all platform alert.
|
static Notification |
android(String alert,
String title,
Map<String,String> extras) |
static Notification |
ios_auto_badge() |
static Notification |
ios_incr_badge(int badge) |
static Notification |
ios_set_badge(int badge) |
static Notification |
ios(Object alert,
Map<String,String> extras) |
static Notification.Builder |
newBuilder() |
com.google.gson.JsonElement |
toJSON() |
static Notification |
winphone(String alert,
Map<String,String> extras) |
public static Notification.Builder newBuilder()
public static Notification alert(Object alert)
alert - Notification alertpublic static Notification ios(Object 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)
Copyright © 2016. All Rights Reserved.