setSearchFilter
fun setSearchFilter(filter: String, onSearchFilterListener: SeslAppPickerView.OnSearchFilterListener? = null)(source)
Sets a search filter for the app list.
This method filters the list of apps displayed in the SeslAppPickerView based on the provided filter string. The filtering is performed by the appPickerView itself.
Parameters
filter
The string to filter the app list by. If null or empty, the filter is cleared.
onSearchFilterListener
An optional listener to be notified when the search filter operation is completed. The onSearchFilterCompleted method of this listener will be called. If not provided, this uses the previously set listener if any.