Package-level declarations

Functions

Link copied to clipboard
fun AccountBalanceComponent(modifier: Modifier = Modifier, accountBalance: MutableLiveData<AccountBalance?>)
Link copied to clipboard
Link copied to clipboard
fun AccountStatusComponent(modifier: Modifier = Modifier, accountHolderStatus: MutableLiveData<AccountHolderStatus?>)
Link copied to clipboard
@Preview(showBackground = true)
fun AccountStatusComponentPreview()
Link copied to clipboard
fun BasicUserInfoComponent(modifier: Modifier = Modifier, basicUserInfo: MutableLiveData<BasicUserInfo?>)
Link copied to clipboard
@Preview(showBackground = true)
fun BasicUserInfoComponentPreview()