public class

PushEnablePreference

extends UACheckBoxPreference
java.lang.Object
   ↳ androidx.preference.Preference
     ↳ androidx.preference.TwoStatePreference
       ↳ androidx.preference.CheckBoxPreference
         ↳ com.urbanairship.preference.UACheckBoxPreference
           ↳ com.urbanairship.preference.PushEnablePreference

Class Overview

CheckboxPreference to enable/disable push notifications.

Summary

[Expand]
Inherited Constants
From class androidx.preference.Preference
[Expand]
Inherited Fields
From class com.urbanairship.preference.UACheckBoxPreference
From class androidx.preference.TwoStatePreference
Public Constructors
PushEnablePreference(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
PushEnablePreference(Context context, AttributeSet attrs, int defStyleAttr)
PushEnablePreference(Context context, AttributeSet attrs)
Protected Methods
boolean getInitialAirshipValue(UAirship airship)
Gets the initial Airship value for the preference.
void onApplyAirshipPreference(UAirship airship, boolean enabled)
Called when the preference should be set on Airship.
[Expand]
Inherited Methods
From class com.urbanairship.preference.UACheckBoxPreference
From class androidx.preference.CheckBoxPreference
From class androidx.preference.TwoStatePreference
From class androidx.preference.Preference
From class java.lang.Object
From interface java.lang.Comparable

Public Constructors

public PushEnablePreference (Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)

public PushEnablePreference (Context context, AttributeSet attrs, int defStyleAttr)

public PushEnablePreference (Context context, AttributeSet attrs)

Protected Methods

protected boolean getInitialAirshipValue (UAirship airship)

Gets the initial Airship value for the preference.

Parameters
airship The UAirship instance.
Returns
  • The initial value for the preference.

protected void onApplyAirshipPreference (UAirship airship, boolean enabled)

Called when the preference should be set on Airship.

Parameters
airship The UAirship instance.
enabled The value of the preference.