MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
testapp
/
org.multipaz.secure_area_test_app.ui
Package-level
declarations
Functions
Functions
Cloud
Secure
Area
Screen
Link copied to clipboard
@
Composable
fun
CloudSecureAreaScreen
(
app
:
App
,
showToast
:
(
message
:
String
)
->
Unit
,
onViewCertificate
:
(
encodedCertificateData
:
String
)
->
Unit
)
Csa
Connect
Dialog
Link copied to clipboard
@
Composable
fun
CsaConnectDialog
(
url
:
String
,
onDismissRequest
:
(
)
->
Unit
,
onConnectButtonClicked
:
(
url
:
String
,
walletPin
:
String
,
constraints
:
PassphraseConstraints
)
->
Unit
)