| 程序包 | 说明 |
|---|---|
| cn.leancloud |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static LCInstallation |
LCInstallation.createInstanceFromLocal(String fileName) |
static LCInstallation |
LCInstallation.getCurrentInstallation() |
| 限定符和类型 | 方法和说明 |
|---|---|
LCQuery<? extends LCInstallation> |
LCPush.getPushQuery()
Return push query instance.
|
static LCQuery<LCInstallation> |
LCInstallation.getQuery() |
| 限定符和类型 | 方法和说明 |
|---|---|
static io.reactivex.Observable<JSONObject> |
LCPush.sendDataInBackground(JSONObject data,
LCQuery<? extends LCInstallation> query)
A helper method to concisely send a push to a query.
|
static void |
LCPush.sendDataInBackground(JSONObject data,
LCQuery<? extends LCInstallation> query,
SendCallback callback)
A helper method to concisely send a push to a query.
|
static io.reactivex.Observable<JSONObject> |
LCPush.sendMessageInBackground(String message,
LCQuery<? extends LCInstallation> query)
A helper method to concisely send a push message to a query.
|
static void |
LCPush.sendMessageInBackground(String message,
LCQuery<? extends LCInstallation> query,
SendCallback callback)
A helper method to concisely send a push message to a query.
|
void |
LCPush.setQuery(LCQuery<? extends LCInstallation> query)
Sets the query for this push for which this push notification will be sent.
|
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.