class SystemEngine : Engine
(source)
WebView-based implementation of the Engine interface.
SystemEngine(context: Context, defaultSettings: DefaultSettings = DefaultSettings())
WebView-based implementation of the Engine interface. |
val settings: Settings
See Engine.settings |
fun createSession(private: Boolean): EngineSession
Creates a new WebView-based EngineSession implementation. |
|
fun createView(context: Context, attrs: AttributeSet?): EngineView
Creates a new WebView-based EngineView implementation. |
|
fun name(): String
See Engine.name |