| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Task<ParseConfig> |
ParseConfig.getInBackground()
Fetches a new configuration object from the server in a background thread.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ConfigCallback.done(ParseConfig config,
ParseException e) |