BookInfoView

fun BookInfoView(book: MBook, user: MUser, viewModel: BookInfoScreenViewModel = viewModel())

Displays the book info

Parameters

book

the book to display

user

the user that is logged in

onContactClicked

callback to display the seller's email

viewModel

BookInfoScreenViewModel the viewmodel for the screen

See also