Table of Contents

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

string

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

string

RetryButtonTitle

The title of the retry button. If not set, a platform-specifc default will be used.

public string RetryButtonTitle { get; set; }

Property Value

string

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; }

Property Value

string