AppPickerAdapter

Adapter interface for the app picker, supporting filtering and binding.

Inheritors

Types

Link copied to clipboard
fun interface OnBindListener

Listener for binding view holders with view data.

Functions

Link copied to clipboard
abstract fun getAppInfo(position: Int): ViewData?

Returns the ViewData at the given position, or null if not available.

Link copied to clipboard

The filtered data set backing the adapter.

Link copied to clipboard

Sets the listener to be invoked when a view holder is bound.

Link copied to clipboard

Sets the search filter listener for the picker view.

Link copied to clipboard
abstract fun submitList(itemList: List<ViewData>)

Submits a new list of items to the adapter.

Link copied to clipboard
abstract fun updateItem(viewData: ViewData)

Updates the given item in the adapter.