TransitionListener

Callback interface that provides important transition events for a SearchView.

Functions

Link copied to clipboard
abstract fun onStateChanged(@NonNull searchView: SearchView, @NonNull previousState: SearchView.TransitionState, @NonNull newState: SearchView.TransitionState)
Called when the given SearchView's transition state has changed.