Contact Seller Dialog
fun ContactSellerDialog(isVisible: Boolean, onDismissAction: () -> Unit, onConfirmAction: () -> Unit, book: MBook, user: MUser, viewModel: BookInfoScreenViewModel)
This composable is the Contact Seller Dialog. It is an Alert Dialog that is displayed after a user expresses interest in a book listing and would like to contact the seller.
Parameters
is Visible
Boolean value that determines whether or not the dialog is visible
on Dismiss Action
A Function to be called when the dialog is dismissed
on Confirm Action
A Function to be called when the user confirms their action
book
The MBook to be referenced for the purpose of buyer seller interaction
user
The MUser who is logged in