android-components / mozilla.components.browser.engine.system / SystemEngineSession / WebSetting

WebSetting

class WebSetting<T> (source)

Constructors

<init>

WebSetting(get: () -> T, set: (T) -> Unit)

Functions

getValue

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

setValue

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