Class ScanbotAlertDialog
- Namespace
 - ScanbotSDK.MAUI.Common
 
- Assembly
 - ScanbotSDK.Shared.dll
 
Configuration of the the standard alert dialog.
public class ScanbotAlertDialog
  - Inheritance
 - 
      
      ScanbotAlertDialog
 
- Inherited Members
 
Properties
ActionButton
Configuration of the middle button for dialogs with tree buttons.
public ButtonConfiguration ActionButton { get; set; }
  Property Value
CancelButton
Configuration of the 'cancel' button.
public ButtonConfiguration CancelButton { get; set; }
  Property Value
DividerColor
The color of the divider line. Default is "?sbColorOutline"
public ColorValue DividerColor { get; set; }
  Property Value
ModalOverlayColor
The dialog overlay color. Default is "?sbColorModalOverlay"
public ColorValue ModalOverlayColor { get; set; }
  Property Value
OkButton
Configuration of the 'OK' button.
public ButtonConfiguration OkButton { get; set; }
  Property Value
SheetColor
The background color of the alert dialog. Default is "?sbColorSurface"
public ColorValue SheetColor { get; set; }
  Property Value
Subtitle
The explanation message.
public StyledText Subtitle { get; set; }
  Property Value
Title
The title displayed above the message.
public StyledText Title { get; set; }
  Property Value
Methods
FromJson(string)
public static ScanbotAlertDialog FromJson(string rawJson)
  Parameters
rawJsonstring