com.urbanairship.preference.UAPreference |
This interface is deprecated.
Marked to be removed in 7.0.0
UAPreference interface.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
enum | UAPreference.PreferenceType | An enum representing the preference type. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract UAPreference.PreferenceType |
getPreferenceType()
Gets the preference type.
| ||||||||||
abstract void |
setValue(Object value)
Sets the current value of the preference.
|
Gets the preference type.
Sets the current value of the preference.
value | The value of the preference. |
---|