Uses of Class
com.parse.ParseInstallation

Uses of ParseInstallation in com.parse
 

Methods in com.parse that return ParseInstallation
static ParseInstallation ParseInstallation.getCurrentInstallation()
           
 

Methods in com.parse that return types with arguments of type ParseInstallation
static ParseQuery<ParseInstallation> ParseInstallation.getQuery()
          Constructs a query for ParseInstallations.
 

Method parameters in com.parse with type arguments of type ParseInstallation
static bolts.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 bolts.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.