StringListSettingKey

data class StringListSettingKey(val scope: SettingScope, val id: String) : SettingKey

A key used to refer to a setting of a List<String> type.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
open override val id: String

Unique identifier of the setting.

Link copied to clipboard
open override val scope: SettingScope

Scope of the setting.

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)