AccountListings

fun AccountListings(bookListings: List<MBook>, currentlyEditingBook: MutableState<MBook?>, viewModel: AccountScreenViewModel = viewModel(), navController: NavController)

Account Book Listings

Parameters

bookListings

List the list of book listings

currentlyEditingBook

MutableState the book that is currently being edited

viewModel

AccountScreenViewModel the viewmodel for the screen

See also