| 程序包 | 说明 |
|---|---|
| cn.leancloud |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static AVInstallation |
AVInstallation.createInstanceFromLocal(String fileName) |
static AVInstallation |
AVInstallation.getCurrentInstallation() |
| 限定符和类型 | 方法和说明 |
|---|---|
AVQuery<? extends AVInstallation> |
AVPush.getPushQuery() |
static AVQuery<AVInstallation> |
AVInstallation.getQuery() |
| 限定符和类型 | 方法和说明 |
|---|---|
static io.reactivex.Observable<com.alibaba.fastjson.JSONObject> |
AVPush.sendDataInBackground(com.alibaba.fastjson.JSONObject data,
AVQuery<? extends AVInstallation> query)
A helper method to concisely send a push to a query.
|
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.
|
static io.reactivex.Observable<com.alibaba.fastjson.JSONObject> |
AVPush.sendMessageInBackground(String message,
AVQuery<? extends AVInstallation> query)
A helper method to concisely send a push message to a query.
|
static void |
AVPush.sendMessageInBackground(String message,
AVQuery<? extends AVInstallation> query,
SendCallback callback)
A helper method to concisely send a push message to a query.
|
void |
AVPush.setQuery(AVQuery<? extends AVInstallation> query)
Sets the query for this push for which this push notification will be sent.
|
Copyright © 2019. All rights reserved.