public interface

UAPreference

com.urbanairship.preference.UAPreference
Known Indirect Subclasses

This interface is deprecated.
Marked to be removed in 7.0.0

Class Overview

UAPreference interface.

Summary

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.

Public Methods

public abstract UAPreference.PreferenceType getPreferenceType ()

Gets the preference type.

Returns
  • PreferenceType type of UAPreference.

public abstract void setValue (Object value)

Sets the current value of the preference.

Parameters
value The value of the preference.