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(java.lang.String message,
LCQuery<? extends LCInstallation> query) |
A helper method to concisely send a push message to a query.
|
static void |
LCPush.sendMessageInBackground(java.lang.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.
|