| Modifier and Type | Method and Description |
|---|---|
static void |
ParsePush.sendDataInBackground(JSONObject data,
ParseQuery<ParseInstallation> query,
SendCallback callback)
A helper method to concisely send a push to a query.
|
void |
ParsePush.sendInBackground(SendCallback callback)
Sends this push notification in a background thread.
|
static void |
ParsePush.sendMessageInBackground(String message,
ParseQuery<ParseInstallation> query,
SendCallback callback)
A helper method to concisely send a push message to a query.
|