StringSettingKey

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

A key used to refer to a setting of a String type.

Constructors

Link copied to clipboard
constructor(scope: SettingScope, id: String)

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)