Uses of Class
com.parse.SendCallback

Uses of SendCallback in com.parse
 

Methods in com.parse with parameters of type SendCallback
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.