MaterialDialogScope
Interface defining values and functions which are available to any code within a MaterialDialog's content parameter
Functions
DialogCallback
Link copied to clipboard
Adds a callback to the dialog which is called on positive button press
PositiveButtonEnabled
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
autoDismiss
Link copied to clipboard
dialogButtons
Link copied to clipboard
dialogState
Link copied to clipboard
positiveButtonEnabled
Link copied to clipboard
Extensions
customView
Link copied to clipboard
@Composable
Content copied to clipboard
Create an view in the dialog with the given content and appropriate padding
input
Link copied to clipboard
@Composable
Content copied to clipboard
Adds an input field with the given parameters to the dialog
listItems
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
listItemsMultiChoice
Link copied to clipboard
@Composable
Content copied to clipboard
Adds a multi-choice list view to the dialog
listItemsSingleChoice
Link copied to clipboard
@Composable
Content copied to clipboard
Adds a single-choice list view to the dialog