java.lang.Object | ||||
↳ | android.preference.Preference | |||
↳ | android.preference.DialogPreference | |||
↳ | com.urbanairship.preference.QuietTimePickerPreference | |||
↳ | com.urbanairship.preference.QuietTimeEndPreference |
DialogPreference to set the quiet time end.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
QuietTimeEndPreference(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) | |||||||||||
QuietTimeEndPreference(Context context, AttributeSet attrs, int defStyleAttr) | |||||||||||
QuietTimeEndPreference(Context context, AttributeSet attrs) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getContentDescription()
Called to get the content description of the preference's view.
| ||||||||||
long |
getInitialAirshipValue(UAirship airship)
Gets the initial Urban Airship value for the preference.
| ||||||||||
void |
onApplyAirshipPreference(UAirship airship, long time)
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. |
---|---|
time | The value of the preference. |