public interface

ListItem.ViewBinder<VH>

 androidx.car.widget.ListItem.ViewBinder<VH>

Overview

Functional interface to provide a way to interact with views in ViewHolder. ListItem calls all added ViewBinders when it binds to ViewHolder.

Summary

Methods
public voidbind(java.lang.Object viewHolder)

Provides a way to interact with views in view holder.

Methods

public void bind(java.lang.Object viewHolder)

Provides a way to interact with views in view holder.