public class JPushService
extends java.lang.Object
| 构造器和说明 |
|---|
JPushService() |
| 限定符和类型 | 方法和说明 |
|---|---|
static cn.jpush.api.push.model.PushPayload |
buildPushObject_tou_all(JPushModel jPushModel) |
static cn.jpush.api.push.model.PushPayload |
buildPushObject_tou_group(JPushModel jPushModel) |
static cn.jpush.api.push.model.PushPayload |
buildPushObject_tui_all(JPushModel jPushModel) |
static cn.jpush.api.push.model.PushPayload |
buildPushObject_tui_group(JPushModel jPushModel) |
static cn.jpush.api.push.PushResult |
touAll(JPushModel jPushModel)
透传给所有人
|
static cn.jpush.api.push.PushResult |
touGroup(JPushModel jPushModel)
透传给一群人(包括1个人)
|
static cn.jpush.api.push.PushResult |
tuiAll(JPushModel jPushModel)
推送给所有人
|
static cn.jpush.api.push.PushResult |
tuiGroup(JPushModel jPushModel)
推送给一群人(包括1个人)
|
public static cn.jpush.api.push.PushResult touAll(JPushModel jPushModel)
jPushModel - public static cn.jpush.api.push.model.PushPayload buildPushObject_tou_all(JPushModel jPushModel)
public static cn.jpush.api.push.PushResult touGroup(JPushModel jPushModel)
jPushModel - public static cn.jpush.api.push.model.PushPayload buildPushObject_tou_group(JPushModel jPushModel)
public static cn.jpush.api.push.PushResult tuiAll(JPushModel jPushModel)
jPushModel - public static cn.jpush.api.push.model.PushPayload buildPushObject_tui_all(JPushModel jPushModel)
public static cn.jpush.api.push.PushResult tuiGroup(JPushModel jPushModel)
jPushModel - public static cn.jpush.api.push.model.PushPayload buildPushObject_tui_group(JPushModel jPushModel)
Copyright © 2018. All Rights Reserved.