SettingsDataDialog

fun SettingsDataDialog(title: String, positiveButton: String? = null, negativeButton: String? = null, saveOnDismiss: Boolean = true, integer: Boolean = false, float: Boolean = false, list: ListDialogOptions? = null)

Parameters

title

The title of the dialog.

positiveButton

The text of the positive button of the dialog, if null won't be displayed.

negativeButton

The text of the negative button of the dialog, if null won't be displayed.

saveOnDismiss

If the preference value should be stored when dismissing the dialog.