| Package | Description |
|---|---|
| cn.leancloud | |
| cn.leancloud.im.v2 |
| Modifier and Type | Method and Description |
|---|---|
protected static LCInstallation |
LCInstallation.createInstanceFromLocal(String fileName) |
static LCInstallation |
LCInstallation.getCurrentInstallation() |
| Modifier and Type | Method and Description |
|---|---|
LCQuery<? extends LCInstallation> |
LCPush.getPushQuery()
Return push query instance.
|
static LCQuery<LCInstallation> |
LCInstallation.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static LCIMClient |
LCIMClient.getInstance(cn.leancloud.session.LCConnectionManager connectionManager,
String clientId,
LCInstallation installation)
get IMClient instance by clientId.
|
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.