| Modifier and Type | Method and Description |
|---|---|
static ParseInstallation |
ParseInstallation.getCurrentInstallation() |
| Modifier and Type | Method and Description |
|---|---|
static ParseQuery<ParseInstallation> |
ParseInstallation.getQuery()
/**
Constructs a query for
ParseInstallation. |
| Modifier and Type | Method and Description |
|---|---|
static Task<Void> |
ParsePush.sendDataInBackground(JSONObject data,
ParseQuery<ParseInstallation> query)
A helper method to concisely send a push to a query.
|
static void |
ParsePush.sendDataInBackground(JSONObject data,
ParseQuery<ParseInstallation> query,
SendCallback callback)
A helper method to concisely send a push to a query.
|
static Task<Void> |
ParsePush.sendMessageInBackground(String message,
ParseQuery<ParseInstallation> query)
A helper method to concisely send a push message to a query.
|
static void |
ParsePush.sendMessageInBackground(String message,
ParseQuery<ParseInstallation> query,
SendCallback callback)
A helper method to concisely send a push message to a query.
|
void |
ParsePush.setQuery(ParseQuery<ParseInstallation> query)
Sets the query for this push for which this push notification will be sent.
|