Dokka MultiModule Example
androidJvm
new-app
/
su.ips.payment_new_app.utils
/
Dialogs
/
showChoice
show
Choice
suspend
fun
showChoice
(
message
:
String
,
onConfirm
:
(
)
->
Unit
,
onCancel
:
(
)
->
Unit
?
=
null
)