MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
testapp
/
org.multipaz.testapp.ui
/
ConsentModalBottomSheetScreen
Consent
Modal
Bottom
Sheet
Screen
@
Composable
fun
ConsentModalBottomSheetScreen
(
mdlSampleRequest
:
String
,
verifierType
:
VerifierType
,
showToast
:
(
message
:
String
)
->
Unit
,
onSheetConfirmed
:
(
)
->
Unit
,
onSheetDismissed
:
(
)
->
Unit
)