android-components / mozilla.components.concept.engine / Engine / createView

createView

abstract fun createView(context: Context, attrs: AttributeSet? = null): EngineView (source)

Creates a new view for rendering web content.

Parameters

context - an application context

attrs - optional set of attributes

Return
new newly created EngineView.