AccountAdapter

class AccountAdapter(cardList: List<AuthAPI.LoginInfo>, clickCallback: (AccountClickCallback) -> Unit)(source)

Constructors

Link copied to clipboard
constructor(cardList: List<AuthAPI.LoginInfo>, clickCallback: (AccountClickCallback) -> Unit)

Types

Link copied to clipboard
class CardViewHolder(val binding: <Error class: unknown class>?, clickCallback: (AccountClickCallback) -> Unit)

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>