Package-level declarations
Functions
Link copied to clipboard
fun AccountBalanceComponent(modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, accountBalance: ERROR CLASS: Symbol not found for MutableLiveData<ERROR CLASS: Symbol not found for AccountBalance?>)
Renders a section displaying the account balance details, including available balance and currency.
Link copied to clipboard
Link copied to clipboard
fun AccountStatusComponent(modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, accountHolderStatus: ERROR CLASS: Symbol not found for MutableLiveData<ERROR CLASS: Symbol not found for AccountHolderStatus?>)
Renders a section displaying the active/inactive status of an account holder.
Link copied to clipboard
Link copied to clipboard
fun BasicUserInfoComponent(modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, basicUserInfo: ERROR CLASS: Symbol not found for MutableLiveData<ERROR CLASS: Symbol not found for BasicUserInfo?>)
Rstarters a section displaying basic user information fields: name, birth date, gstarter, updated-at date, locale, and sub identifier.
Link copied to clipboard