Material Dialog Scope
Interface defining values and functions which are available to any code within a MaterialDialog's content parameter
Functions
Link copied to clipboard
Adds a callback to the dialog which is called on positive button press
Link copied to clipboard
@Composable
Content copied to clipboard
Adds a value to the positiveButtonEnabled map and updates the value in the map when valid changes
Properties
Extensions
Link copied to clipboard
@Composable
Content copied to clipboard
Create an view in the dialog with the given content and appropriate padding
Link copied to clipboard
@Composable
Content copied to clipboard
Adds a title with the given text and icon to the dialog
Link copied to clipboard
@Composable
Content copied to clipboard
Adds an input field with the given parameters to the dialog
Link copied to clipboard
@Composable
Content copied to clipboard
Adds a selectable list with custom items to the dialog
@Composable
Content copied to clipboard
Adds a selectable plain text list to the dialog
Link copied to clipboard
@Composable
Content copied to clipboard
Adds a multi-choice list view to the dialog
Link copied to clipboard
@Composable
Content copied to clipboard
Adds a single-choice list view to the dialog
Link copied to clipboard
Adds paragraph of text to the dialog
Link copied to clipboard
@Composable
Content copied to clipboard
Adds a title with the given text to the dialog