android-components / mozilla.components.concept.engine / UnsupportedSetting

UnsupportedSetting

class UnsupportedSetting<T> (source)

Constructors

<init>

UnsupportedSetting()

Functions

getValue

operator fun getValue(thisRef: Any?, prop: KProperty<*>): T

setValue

operator fun setValue(thisRef: Any?, prop: KProperty<*>, value: T): Unit