bind

fun bind(clickCallback: (SearchClickCallback) -> Unit, card: SearchResponse, position: Int, itemView: View, nextFocusBehavior: Boolean? = null, nextFocusUp: Int? = null, nextFocusDown: Int? = null, colorCallback: (Palette) -> Unit? = null)

Parameters

nextFocusBehavior

True if first, False if last, Null if between. Used to prevent escaping the adapter horizontally (focus wise).