android-components / mozilla.components.browser.engine.system / SystemEngine

SystemEngine

class SystemEngine : Engine (source)

WebView-based implementation of the Engine interface.

Constructors

<init>

SystemEngine(context: Context, defaultSettings: DefaultSettings = DefaultSettings())

WebView-based implementation of the Engine interface.

Properties

settings

val settings: Settings

See Engine.settings

Functions

createSession

fun createSession(private: Boolean): EngineSession

Creates a new WebView-based EngineSession implementation.

createView

fun createView(context: Context, attrs: AttributeSet?): EngineView

Creates a new WebView-based EngineView implementation.

name

fun name(): String

See Engine.name