class ServoEngine : Engine
(source)
Servo-based implementation of the Engine interface.
ServoEngine(defaultSettings: DefaultSettings? = DefaultSettings())
Servo-based implementation of the Engine interface. |
val settings: Settings
See Engine.settings |
fun createSession(private: Boolean): EngineSession
Creates a new engine session. |
|
fun createView(context: Context, attrs: AttributeSet?): EngineView
Creates a new view for rendering web content. |
|
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. |