| Modifier and Type | Field and Description |
|---|---|
protected String |
criteria |
protected com.fasterxml.jackson.databind.node.ObjectNode |
data |
protected String |
message |
| Constructor and Description |
|---|
PushMsgBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected PushMsgBuilder |
build()
build message like this:
{
"criteria":"{\"deviceToken\":\"APA91bFohTK3UAbjE-8K7R6KuPpmy7tA9fiD41jZFXL2TVzA6zSao2VIuOHfsDDrTB7DfHj7h4piA8w_rStUPvmlYgW4kQmVdgIIG4huZJiQOpgqXEirixz1S_AE18AbI6EMTUF4C2_4\"}",
"creativeList": {
"A": {
"data": {
"alert":"play poler",
}
}
}
}
|
abstract void |
push() |
PushMsgBuilder |
withDeviceToken(String deviceToken) |
PushMsgBuilder |
withInstallationId(String installationId) |
PushMsgBuilder |
withMsg(String msg) |
protected String criteria
protected com.fasterxml.jackson.databind.node.ObjectNode data
protected String message
public PushMsgBuilder withInstallationId(String installationId)
public PushMsgBuilder withDeviceToken(String deviceToken)
public PushMsgBuilder withMsg(String msg)
protected PushMsgBuilder build()
public abstract void push()
Copyright © 2015. All rights reserved.