PopupAlertDialogProvider



Shows Alert dialog as popup in the middle of the window.

Summary

Public functions

open Unit
@Composable
AlertDialog(onDismissRequest: () -> Unit, content: @Composable () -> Unit)

Dialog which will be used to place AlertDialog's content.

android

Public functions

AlertDialog

@Composable
open fun AlertDialog(onDismissRequest: () -> Unit, content: @Composable () -> Unit): Unit

Dialog which will be used to place AlertDialog's content.

Parameters
onDismissRequest: () -> Unit

Callback that will be called when the user closes the dialog

content: @Composable () -> Unit

Content of the dialog