stripe-android
payments-ui-core
/
com.stripe.android.ui.core.elements
/
SimpleDialogElementUI
Simple
Dialog
Element
UI
@
Composable
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
fun
SimpleDialogElementUI
(
openDialog
:
MutableState
<
Boolean
>
,
titleText
:
String
,
messageText
:
String
,
confirmText
:
String
,
dismissText
:
String
,
onConfirmListener
:
(
)
->
Unit
=
{}
,
onDismissListener
:
(
)
->
Unit
=
{}
)
Content copied to clipboard