FinishedAppointmentListAdapter

Adapter class that used for generated view component for RecycleView component.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
class ViewModel(val binding: <Error class: unknown class>) : RecyclerView.ViewHolder

class that will representative to each view will create with specific data.

Functions

Link copied to clipboard
open override fun onBindViewHolder(holder: FinishedAppointmentListAdapter.ViewModel, position: Int)
Link copied to clipboard