Namespaces
ApplicationSettings
Functions
| Function | Description |
|---|---|
| clear | Removes all values. |
| flush | Flush all changes to disk synchronously. |
| getAllKeys | Get all stored keys |
| getBoolean | Gets a value (if existing) for a key as a Boolean Object. A default value can be provided in case there is no existing value. |
| getNumber | Gets a value (if existing) for a key as a Number Object. A default value can be provided in case there is no existing value. |
| getString | Gets a value (if existing) for a key as a String Object. A default value can be provided in case there is no existing value. |
| hasKey | Checks whether such a key exists. |
| remove | Removes a value (if existing) for a key. |
| setBoolean | Sets a Boolean Object for a key. |
| setNumber | Sets a Number Object for a key. |
| setString | Sets a String Object for a key. |
- Previous
- setDrawableColor
- Next
- clear