Added in API level 1

FilterListener


interface FilterListener
android.widget.Filter.FilterListener

Listener used to receive a notification upon completion of a filtering operation.

Summary

Public methods
abstract Unit

Notifies the end of a filtering operation.

Public methods

onFilterComplete

Added in API level 1
abstract fun onFilterComplete(count: Int): Unit

Notifies the end of a filtering operation.

Parameters
count Int: the number of values computed by the filter