class GeckoEngine : Engine
(source)
Gecko-based implementation of Engine interface.
GeckoEngine(context: Context, defaultSettings: Settings? = null, runtime: GeckoRuntime = GeckoRuntime.getDefault(context))
Gecko-based implementation of Engine interface. |
val settings: Settings
See Engine.settings |
fun createSession(private: Boolean): EngineSession
Creates a new Gecko-based EngineSession. |
|
fun createView(context: Context, attrs: AttributeSet?): EngineView
Creates a new Gecko-based EngineView. |
|
fun name(): String
Returns the name of this engine. The returned string might be used in filenames and must therefore only contain valid filename characters. |