public class

AnalyticsEnablePreference

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

Class Overview

CheckboxPreference to enable/disable analytic events.

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
AnalyticsEnablePreference(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
AnalyticsEnablePreference(Context context, AttributeSet attrs, int defStyleAttr)
AnalyticsEnablePreference(Context context, AttributeSet attrs)
Public Methods
void onAttached()
void onDetached()
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 AnalyticsEnablePreference (Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)

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

public AnalyticsEnablePreference (Context context, AttributeSet attrs)

Public Methods

public void onAttached ()

public void onDetached ()

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.