ProfilesAdapter

class ProfilesAdapter(val items: MutableList<QualityDataHelper.QualityProfile>, val usedProfile: Int, val clickCallback: (oldIndex: Int?, newIndex: Int) -> Unit) : AppContextUtils.DiffAdapter<QualityDataHelper.QualityProfile> (source)

Constructors

Link copied to clipboard
constructor(items: MutableList<QualityDataHelper.QualityProfile>, usedProfile: Int, clickCallback: (oldIndex: Int?, newIndex: Int) -> Unit)

Types

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

Properties

Link copied to clipboard
val clickCallback: (oldIndex: Int?, newIndex: Int) -> Unit
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun getItemCount(): Int
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