public static interface SettingsObserver.SettingChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onSettingChanged()
Called when the tracked setting has changed.
|
void |
onSettingRestored(String prevValue,
String newValue,
int userId)
Called when the tracked setting has been restored for a particular user.
|
void onSettingChanged()
void onSettingRestored(String prevValue, String newValue, int userId)
prevValue
- the previous value of the setting.newValue
- the new value of the setting.userId
- the user ID for which this setting has been restored.