Optional
source: DeepPartial<ScanbotAlertDialog>Configuration of the middle button for dialogs with tree buttons.
new ButtonConfiguration({
"visible": false,
"background": new BackgroundStyle({
"strokeColor": "#00000000",
"fillColor": "#00000000",
"strokeWidth": 0.0
})
});
Configuration of the cancel button.
new ButtonConfiguration({
"visible": true,
"background": new BackgroundStyle({
"strokeColor": "#00000000",
"fillColor": "#00000000",
"strokeWidth": 0.0
})
});
Color of the divider line.
"?sbColorOutline";
Dialog overlay color.
"?sbColorModalOverlay";
Configuration of the retry button.
new ButtonConfiguration({
"background": new BackgroundStyle({
"fillColor": "?sbColorPrimary"
})
});
Background color of the alert dialog.
"?sbColorSurface";
Explanation message message.
new StyledText({
"text": "Standard explanation message text.",
"color": "?sbColorOnSurfaceVariant"
});
Title displayed above the message.
new StyledText({
"text": "Title",
"color": "?sbColorOnSurface"
});
Generated using TypeDoc
Configuration of the the standard alert dialog.