invoke

abstract operator fun invoke(list: List<T, *>, item: T, index: Int, current: View? = null): View(source)

Provides a mapping between an item T in the list at index and the View that should be used to render its item.

Parameters

list

being configured

item

being rendered

index

of the item in list

current

View that could be recycled