BasicAlertDialogOverride

Known direct subclasses
DefaultBasicAlertDialogOverride

This override provides the default behavior of the BasicAlertDialog component.


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 BasicAlertDialog component.

Cmn

Public functions

BasicAlertDialog

@Composable
fun BasicAlertDialogOverrideScope.BasicAlertDialog(): Unit

Behavior function that is called by the BasicAlertDialog component.