public class NotificationPayload extends Object
| Constructor and Description |
|---|
NotificationPayload(String title,
String body,
String icon,
String sound,
String badge,
String tag,
String color,
String clickAction,
String bodyLocKey,
List<String> bodyLocKeyArgs,
String titleLocKey,
List<String> titleLocKeyArgs) |
| Modifier and Type | Method and Description |
|---|---|
static NotificationPayloadBuilder |
builder() |
String |
getBadge() |
String |
getBody() |
String |
getBodyLocKey() |
List<String> |
getBodyLocKeyArgs() |
String |
getClickAction() |
String |
getColor() |
String |
getIcon() |
String |
getSound() |
String |
getTag() |
String |
getTitle() |
String |
getTitleLocKey() |
List<String> |
getTitleLocKeyArgs() |
public String getTitle()
public String getBody()
public String getIcon()
public String getSound()
public String getBadge()
public String getTag()
public String getColor()
public String getClickAction()
public String getBodyLocKey()
public String getTitleLocKey()
public static NotificationPayloadBuilder builder()
Copyright © 2017. All rights reserved.