ContactSellerDialog

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

isVisible

Boolean value that determines whether or not the dialog is visible

onDismissAction

A Function to be called when the dialog is dismissed

onConfirmAction

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