Uses of Class
com.parse.ParseConfig

Uses of ParseConfig in com.parse
 

Methods in com.parse that return ParseConfig
static ParseConfig ParseConfig.get()
          Fetches a new configuration object from the server.
static ParseConfig ParseConfig.getCurrentConfig()
          Retrieves the most recently-fetched configuration object, either from memory or disk if necessary.
 

Methods in com.parse that return types with arguments of type ParseConfig
static bolts.Task<ParseConfig> ParseConfig.getInBackground()
          Fetches a new configuration object from the server in a background thread.
 

Methods in com.parse with parameters of type ParseConfig
abstract  void ConfigCallback.done(ParseConfig config, ParseException e)