Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class HomeScreenViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context, settings: Settings) : ViewModel

Functions

Link copied to clipboard
fun MainScreen(modifier: Modifier = Modifier, navController: NavController?, snackStateFlow: SharedFlow<SnackBarComponentConfiguration>, showProgressBar: Boolean = false, basicUserInfo: MutableLiveData<BasicUserInfo?>, accountHolderStatus: MutableLiveData<AccountHolderStatus?>, accountBalance: MutableLiveData<AccountBalance?>)
Link copied to clipboard
@Preview(showBackground = true)
fun MainScreenPreview()