SupportPreference
abstract class SupportPreference @JvmOverloads constructor(context: Context, sharedPreferences: SharedPreferences = PreferenceManager.getDefaultSharedPreferences(context)) : ISupportPreference, SharedPreferences
Core abstract implementation for application preferences
Since
v0.9.X
See also
Constructors
Link copied to clipboard
constructor(context: Context, sharedPreferences: SharedPreferences = PreferenceManager.getDefaultSharedPreferences(context))
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun registerOnSharedPreferenceChangeListener(p0: SharedPreferences.OnSharedPreferenceChangeListener)
Link copied to clipboard
open override fun unregisterOnSharedPreferenceChangeListener(p0: SharedPreferences.OnSharedPreferenceChangeListener)