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))

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun contains(p0: String): Boolean
Link copied to clipboard
open override fun edit(): SharedPreferences.Editor
Link copied to clipboard
open override fun getAll(): MutableMap<String, *>
Link copied to clipboard
open override fun getBoolean(p0: String, p1: Boolean): Boolean
Link copied to clipboard
open override fun getFloat(p0: String, p1: Float): Float
Link copied to clipboard
open override fun getInt(p0: String, p1: Int): Int
Link copied to clipboard
open override fun getLong(p0: String, p1: Long): Long
Link copied to clipboard
open override fun getString(p0: String, p1: String?): String?
Link copied to clipboard
open override fun getStringSet(p0: String, p1: MutableSet<String>?): MutableSet<String>?