android-components / mozilla.components.concept.awesomebar / AwesomeBar / onInputChanged

onInputChanged

abstract fun onInputChanged(text: String): Unit (source)

Fired whenever the user changes their input, after they have started interacting with the awesome bar.

Parameters

text - The current user input in the toolbar.