invoke

abstract operator fun invoke(item: T, previous: View? = null, context: C): View(source)

Called whenever an item needs to be translated to a View.

Return

a View to represent this item

Parameters

item

being represented

previous

View that represented an item

context

providing more details about the item