interface OnEditListener
(source)
Listener to be invoked when the user edits the URL.
open fun onStartEditing(): Unit
Fired when the toolbar switches to edit mode. |
|
open fun onStopEditing(): Unit
Fired when the toolbar switches back to display mode. |
|
open fun onTextChanged(text: String): Unit
Fired whenever the user changes the text in the address bar. |