| 程序包 | 说明 |
|---|---|
| cn.leancloud |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static AVInstallation |
AVInstallation.createInstanceFromLocal(String fileName) |
static AVInstallation |
AVInstallation.getCurrentInstallation() |
| 限定符和类型 | 方法和说明 |
|---|---|
AVQuery<? extends AVInstallation> |
AVPush.getPushQuery()
Return push query instance.
|
static AVQuery<AVInstallation> |
AVInstallation.getQuery() |
| 限定符和类型 | 方法和说明 |
|---|---|
static io.reactivex.Observable<JSONObject> |
AVPush.sendDataInBackground(JSONObject data,
AVQuery<? extends AVInstallation> query)
A helper method to concisely send a push to a query.
|
static void |
AVPush.sendDataInBackground(JSONObject data,
AVQuery<? extends AVInstallation> query,
SendCallback callback)
A helper method to concisely send a push to a query.
|
static io.reactivex.Observable<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 © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.