Package-level declarations

Types

Link copied to clipboard
class AccountAdapter(    accounts: List<DataStoreHelper.Account>,     accountSelectCallback: (DataStoreHelper.Account) -> Unit,     accountCreateCallback: (DataStoreHelper.Account) -> Unit,     accountEditCallback: (DataStoreHelper.Account) -> Unit,     accountDeleteCallback: (DataStoreHelper.Account) -> Unit) : RecyclerView.Adapter<AccountAdapter.AccountViewHolder>
Link copied to clipboard
Link copied to clipboard