| 程序包 | 说明 |
|---|---|
| cn.jpush.api | |
| cn.jpush.api.examples | |
| cn.jpush.api.push |
推送功能。
|
| cn.jpush.api.push.model |
| 限定符和类型 | 方法和说明 |
|---|---|
PushResult |
JPushClient.sendPush(PushPayload pushPayload)
Send a push with PushPayload object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static PushPayload |
PushExample.buildPushObject_all_alias_alert() |
static PushPayload |
PushExample.buildPushObject_all_all_alert() |
static PushPayload |
PushExample.buildPushObject_android_tag_alertWithTitle() |
static PushPayload |
PushExample.buildPushObject_ios_audienceMore_messageWithExtras() |
static PushPayload |
PushExample.buildPushObject_ios_tagAnd_alertWithExtrasAndMessage() |
| 限定符和类型 | 方法和说明 |
|---|---|
PushResult |
PushClient.sendPush(PushPayload pushPayload) |
| 限定符和类型 | 方法和说明 |
|---|---|
static PushPayload |
PushPayload.alertAll(String alert)
The shortcut of building a simple alert notification object to all platforms and all audiences
|
PushPayload |
PushPayload.Builder.build() |
static PushPayload |
PushPayload.fromJSON(String payloadString) |
static PushPayload |
PushPayload.messageAll(String msgContent)
The shortcut of building a simple message object to all platforms and all audiences
|
Copyright © 2014. All Rights Reserved.