AccountAdapter

class AccountAdapter(accounts: List<DataStoreHelper.Account>, accountSelectCallback: (DataStoreHelper.Account) -> Unit, accountCreateCallback: (DataStoreHelper.Account) -> Unit, accountEditCallback: (DataStoreHelper.Account) -> Unit, accountDeleteCallback: (DataStoreHelper.Account) -> Unit)(source)

Constructors

Link copied to clipboard
constructor(accounts: List<DataStoreHelper.Account>, accountSelectCallback: (DataStoreHelper.Account) -> Unit, accountCreateCallback: (DataStoreHelper.Account) -> Unit, accountEditCallback: (DataStoreHelper.Account) -> Unit, accountDeleteCallback: (DataStoreHelper.Account) -> Unit)

Types

Link copied to clipboard
inner class AccountViewHolder(binding: <Error class: unknown class>)
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun getItemCount(): Int
Link copied to clipboard
open fun getItemViewType(position: Int): Int
Link copied to clipboard
Link copied to clipboard