AbstractStringSetPref

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getValue
Link copied to clipboard
abstract operator fun getValue(thisRef: KotprefModel, property: KProperty<*>): MutableSet<String>
hashCode
Link copied to clipboard
open fun hashCode(): Int
provideDelegate
Link copied to clipboard
operator fun provideDelegate(thisRef: KotprefModel, property: KProperty<*>): ReadOnlyProperty<KotprefModel, MutableSet<String>>
toString
Link copied to clipboard
open fun toString(): String

Properties

key
Link copied to clipboard
abstract val key: String?
preferenceKey
Link copied to clipboard
open override val preferenceKey: String
propertyName
Link copied to clipboard
open override val propertyName: String

Sources

(source)
Link copied to clipboard