INativeSettingsRepository

Functions

Link copied to clipboard
abstract fun getBoolean(key: String): Boolean?
Link copied to clipboard
abstract fun getDouble(key: String): Double?
Link copied to clipboard
abstract fun getFloat(key: String): Float?
Link copied to clipboard
abstract fun getInt(key: String): Int?
Link copied to clipboard
abstract fun getLong(key: String): Long?
Link copied to clipboard
abstract fun getSecureBoolean(key: String): Boolean?
Link copied to clipboard
abstract fun getSecureDouble(key: String): Double?
Link copied to clipboard
abstract fun getSecureFloat(key: String): Float?
Link copied to clipboard
abstract fun getSecureInt(key: String): Int?
Link copied to clipboard
abstract fun getSecureLong(key: String): Long?
Link copied to clipboard
abstract fun getSecureString(key: String): String?
Link copied to clipboard
abstract fun getSecureUUID(key: String): UUID?
Link copied to clipboard
abstract fun getString(key: String): String?
Link copied to clipboard
abstract fun getUUID(key: String): UUID?
Link copied to clipboard
abstract fun hasKey(key: String): Boolean
Link copied to clipboard
abstract fun hasSecureKey(key: String): Boolean
Link copied to clipboard
abstract fun remove(key: String)
Link copied to clipboard
abstract fun removeSecure(key: String)
Link copied to clipboard
abstract fun setBoolean(key: String, value: Boolean)
Link copied to clipboard
abstract fun setDouble(key: String, value: Double)
Link copied to clipboard
abstract fun setFloat(key: String, value: Float)
Link copied to clipboard
abstract fun setInt(key: String, value: Int)
Link copied to clipboard
abstract fun setLong(key: String, value: Long)
Link copied to clipboard
abstract fun setSecureBoolean(key: String, value: Boolean)
Link copied to clipboard
abstract fun setSecureDouble(key: String, value: Double)
Link copied to clipboard
abstract fun setSecureFloat(key: String, value: Float)
Link copied to clipboard
abstract fun setSecureInt(key: String, value: Int)
Link copied to clipboard
abstract fun setSecureLong(key: String, value: Long)
Link copied to clipboard
abstract fun setSecureString(key: String, value: String)
Link copied to clipboard
abstract fun setSecureUUID(key: String, value: UUID)
Link copied to clipboard
abstract fun setString(key: String, value: String)
Link copied to clipboard
abstract fun setUUID(key: String, value: UUID)