| 程序包 | 说明 |
|---|---|
| cn.leancloud |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
AVPush.sendDataInBackground(com.alibaba.fastjson.JSONObject data,
AVQuery<? extends AVInstallation> query,
SendCallback callback)
A helper method to concisely send a push to a query.
|
void |
AVPush.sendInBackground(SendCallback callback)
Sends this push notification in a background thread.
|
static void |
AVPush.sendMessageInBackground(String message,
AVQuery<? extends AVInstallation> query,
SendCallback callback)
A helper method to concisely send a push message to a query.
|
Copyright © 2019. All rights reserved.