BasicAlertDialogOverride
DefaultBasicAlertDialogOverride |
This override provides the default behavior of the |
Interface that allows libraries to override the behavior of the BasicAlertDialog component.
To override this component, implement the member function of this interface, then provide the implementation to LocalBasicAlertDialogOverride in the Compose hierarchy.
Summary
Public functions |
||
|---|---|---|
Unit |
Behavior function that is called by the |
Cmn
|
Public functions
BasicAlertDialog
@Composable
fun BasicAlertDialogOverrideScope.BasicAlertDialog(): Unit
Behavior function that is called by the BasicAlertDialog component.