Class ConfirmationDialogConfiguration
- Namespace
- ScanbotSDK.MAUI.RTU.v1
- Assembly
- ScanbotSDK.Shared.dll
public class ConfirmationDialogConfiguration
- Inheritance
-
ConfirmationDialogConfiguration
- Derived
- Inherited Members
Properties
ConfirmButtonTitle
The title of the confirm button. If not set, a platform-specific default will be used.
public string ConfirmButtonTitle { get; set; }
Property Value
Message
The message to be used for the confirmation dialog. If not set, a platform-specific default will be used.
public string Message { get; set; }
Property Value
RetryButtonTitle
The title of the retry button. If not set, a platform-specifc default will be used.
public string RetryButtonTitle { get; set; }
Property Value
Title
The title to be used for the confirmation dialog. If not set, a platform-specific default will be used.
public string Title { get; set; }