CustomViewHolder

abstract class CustomViewHolder(frameView: View) : ComposableViewHolder(source)

Abstract class that extends ComposableViewHolder and provides a way to bind AppInfoData to the view.

Parameters

frameView

The root view of the ViewHolder.

See also

Constructors

Link copied to clipboard
constructor(frameView: View)

Functions

Link copied to clipboard
abstract fun bindData(appData: AppInfoData)

Binds the application data to the ViewHolder.

open override fun bindData(viewData: ViewData)

Binds the given ViewData to this ViewHolder.