List of all members.
Constructor & Destructor Documentation
net.osmand.plus.OsmandSettings.CommonPreference< T >.CommonPreference |
( |
String |
id, |
|
|
boolean |
global, |
|
|
T |
defaultValue |
|
) |
| |
net.osmand.plus.OsmandSettings.CommonPreference< T >.CommonPreference |
( |
String |
id, |
|
|
boolean |
global, |
|
|
boolean |
cache, |
|
|
T |
defaultValue |
|
) |
| |
Member Function Documentation
T net.osmand.plus.OsmandSettings.CommonPreference< T >.get |
( |
| ) |
|
T net.osmand.plus.OsmandSettings.CommonPreference< T >.getDefaultValue |
( |
| ) |
[protected] |
String net.osmand.plus.OsmandSettings.CommonPreference< T >.getId |
( |
| ) |
|
SharedPreferences net.osmand.plus.OsmandSettings.CommonPreference< T >.getPreferences |
( |
| ) |
[protected] |
abstract T net.osmand.plus.OsmandSettings.CommonPreference< T >.getValue |
( |
SharedPreferences |
prefs, |
|
|
T |
defaultValue |
|
) |
| [protected, pure virtual] |
boolean net.osmand.plus.OsmandSettings.CommonPreference< T >.set |
( |
T |
obj | ) |
|
abstract boolean net.osmand.plus.OsmandSettings.CommonPreference< T >.setValue |
( |
SharedPreferences |
prefs, |
|
|
T |
val |
|
) |
| [protected, pure virtual] |
The documentation for this class was generated from the following file: