java.lang.Object | |||||
↳ | android.preference.Preference | ||||
↳ | android.preference.TwoStatePreference | ||||
↳ | android.preference.CheckBoxPreference | ||||
↳ | com.urbanairship.preference.UACheckBoxPreference | ||||
↳ | com.urbanairship.preference.VibrateEnablePreference |
CheckboxPreference to enable/disable push notification vibration.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
VibrateEnablePreference(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) | |||||||||||
VibrateEnablePreference(Context context, AttributeSet attrs, int defStyleAttr) | |||||||||||
VibrateEnablePreference(Context context, AttributeSet attrs) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getContentDescription()
Called to get the content description of the preference's view.
| ||||||||||
boolean |
getInitialAirshipValue(UAirship airship)
Gets the initial Urban Airship value for the preference.
| ||||||||||
void |
onApplyAirshipPreference(UAirship airship, boolean enabled)
Called when the preference should be set on Urban Airship.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Called to get the content description of the preference's view.
Gets the initial Urban Airship value for the preference.
airship | The UAirship instance. |
---|
Called when the preference should be set on Urban Airship.
airship | The UAirship instance. |
---|---|
enabled | The value of the preference. |