ItemHolder

open class ItemHolder<T : Any>(itemView: View) : RecyclerView.ViewHolder

Since

1.1.1

Constructors

Link copied to clipboard
constructor(itemView: View)

Types

Link copied to clipboard
interface HolderFactory<T : Any> : ItemType

Functions

Link copied to clipboard
open fun onBindData(item: T)

If the current ItemHolder represents an empty view, this method will not be called.