ImageAdapter

class ImageAdapter(val clickCallback: (Int) -> Unit? = null, val nextFocusUp: Int? = null, val nextFocusDown: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(clickCallback: (Int) -> Unit? = null, nextFocusUp: Int? = null, nextFocusDown: Int? = null)

Types

Link copied to clipboard
class ImageViewHolder(val binding: <Error class: unknown class>)

Properties

Link copied to clipboard
val clickCallback: (Int) -> Unit? = null
Link copied to clipboard
val nextFocusDown: Int? = null
Link copied to clipboard
val nextFocusUp: Int? = null

Functions

Link copied to clipboard
open fun getItemCount(): Int
Link copied to clipboard
open fun getItemId(position: Int): Long
Link copied to clipboard
open fun onBindViewHolder(holder: <Error class: unknown class>, position: Int)
Link copied to clipboard
open fun onCreateViewHolder(parent: ViewGroup, viewType: Int): <Error class: unknown class>
Link copied to clipboard
fun updateList(newList: List<Int>)