//MetaPhrase/com.github.diegoberaldin.metaphrase.core.common.ui.components/CustomDialog
CustomDialog
[jvm]\
@Composable
fun CustomDialog(title: String, message: String, buttonTexts: List<String> = emptyList(), onClose: (Int?) -> Unit)
Custom dialog.
Parameters
jvm
| title | Dialog title |
| message | Dialog message |
| buttonTexts | Texts for the dialog’s buttons |
| onClose | On close callback |