|
|
|
| LiveWallpaperPreferences Class | |
Namespace: LostPolygon.uLiveWallpaper
public static class Preferences
The LiveWallpaperPreferences type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteAll |
Removes all keys and values from the preferences. Use with caution.
| |
| DeleteKey |
Removes a value from the preferences.
| |
| FinishEditing |
Closes the preference editing session and saves changes to storage.
| |
| GetBool |
Retrieves a value from the preferences.
| |
| GetFloat |
Retrieves a value from the preferences.
| |
| GetInt |
Retrieves a value from the preferences.
| |
| GetLong |
Retrieves a value from the preferences.
| |
| GetString |
Retrieves a value from the preferences.
| |
| HasKey |
Checks whether the preferences contains a preference.
| |
| SetBool |
Sets a preference value.
| |
| SetFloat |
Sets a preference value.
| |
| SetInt |
Sets a preference value.
| |
| SetLong |
Sets a preference value.
| |
| SetString |
Sets a preference value.
| |
| StartEditing |
Starts preference editing session.
|