Class BarcodeConfirmationDialogConfiguration
- Namespace
- IO.Scanbot.Sdk.UI.View.Barcode.Dialog
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BarcodeConfirmationDialogConfiguration : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable, ISerializable
- Inheritance
-
BarcodeConfirmationDialogConfiguration
- Implements
-
Constructors
public BarcodeConfirmationDialogConfiguration(bool resultWithConfirmationEnabled, string title, string message, string confirmButtonTitle, string retryButtonTitle, Integer buttonsAccentColor, bool isConfirmButtonFilled, Integer filledConfirmButtonTextColor, BarcodeDialogFormat dialogTextFormat)
Parameters
resultWithConfirmationEnabled bool
title string
message string
confirmButtonTitle string
retryButtonTitle string
buttonsAccentColor Integer
isConfirmButtonFilled bool
filledConfirmButtonTextColor Integer
dialogTextFormat BarcodeDialogFormat
Properties
public Integer ButtonsAccentColor { get; set; }
Property Value
- Integer
public bool ConfirmButtonFilled { get; set; }
Property Value
- bool
public string ConfirmButtonTitle { get; set; }
Property Value
- string
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
DialogTextFormat
public BarcodeDialogFormat DialogTextFormat { get; set; }
Property Value
- BarcodeDialogFormat
FilledConfirmButtonTextColor
public Integer FilledConfirmButtonTextColor { get; set; }
Property Value
- Integer
Message
public string Message { get; set; }
Property Value
- string
ResultWithConfirmationEnabled
public bool ResultWithConfirmationEnabled { get; set; }
Property Value
- bool
public string RetryButtonTitle { get; set; }
Property Value
- string
Title
public string Title { get; set; }
Property Value
- string
Methods
Component1()
Returns
- bool
Component2()
public string Component2()
Returns
- string
Component3()
public string Component3()
Returns
- string
Component4()
public string Component4()
Returns
- string
Component5()
public string Component5()
Returns
- string
Component6()
public Integer Component6()
Returns
- Integer
Component7()
Returns
- bool
Component8()
public Integer Component8()
Returns
- Integer
Component9()
public BarcodeDialogFormat Component9()
Returns
- BarcodeDialogFormat
public BarcodeConfirmationDialogConfiguration Copy(bool resultWithConfirmationEnabled, string title, string message, string confirmButtonTitle, string retryButtonTitle, Integer buttonsAccentColor, bool isConfirmButtonFilled, Integer filledConfirmButtonTextColor, BarcodeDialogFormat dialogTextFormat)
Parameters
resultWithConfirmationEnabled bool
title string
message string
confirmButtonTitle string
retryButtonTitle string
buttonsAccentColor Integer
isConfirmButtonFilled bool
filledConfirmButtonTextColor Integer
dialogTextFormat BarcodeDialogFormat
Returns
- BarcodeConfirmationDialogConfiguration
DescribeContents()
public int DescribeContents()
Returns
- int
WriteToParcel(Parcel, ParcelableWriteFlags)
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out Parcel
flags ParcelableWriteFlags