Table of Contents

Class BarcodeConfirmationDialogConfiguration

Namespace
IO.Scanbot.Sdk.UI.View.Barcode.Dialog
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/barcode/dialog/BarcodeConfirmationDialogConfiguration", DoNotGenerateAcw = true)]
public sealed class BarcodeConfirmationDialogConfiguration : Object, IParcelable, ISerializable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
BarcodeConfirmationDialogConfiguration
Implements
Inherited Members

Constructors

BarcodeConfirmationDialogConfiguration(bool, string, string, string, string, Integer, bool, Integer, BarcodeDialogFormat)

[Register(".ctor", "(ZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;ZLjava/lang/Integer;Lio/scanbot/sdk/ui/view/barcode/dialog/BarcodeDialogFormat;)V", "")]
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

ButtonsAccentColor

public Integer ButtonsAccentColor { get; set; }

Property Value

Integer

ConfirmButtonFilled

public bool ConfirmButtonFilled { get; set; }

Property Value

bool

ConfirmButtonTitle

public string ConfirmButtonTitle { get; set; }

Property Value

string

Creator

[Register("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

RetryButtonTitle

public string RetryButtonTitle { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string

Methods

Component1()

[Register("component1", "()Z", "")]
public bool Component1()

Returns

bool

Component2()

[Register("component2", "()Ljava/lang/String;", "")]
public string Component2()

Returns

string

Component3()

[Register("component3", "()Ljava/lang/String;", "")]
public string Component3()

Returns

string

Component4()

[Register("component4", "()Ljava/lang/String;", "")]
public string Component4()

Returns

string

Component5()

[Register("component5", "()Ljava/lang/String;", "")]
public string Component5()

Returns

string

Component6()

[Register("component6", "()Ljava/lang/Integer;", "")]
public Integer Component6()

Returns

Integer

Component7()

[Register("component7", "()Z", "")]
public bool Component7()

Returns

bool

Component8()

[Register("component8", "()Ljava/lang/Integer;", "")]
public Integer Component8()

Returns

Integer

Component9()

[Register("component9", "()Lio/scanbot/sdk/ui/view/barcode/dialog/BarcodeDialogFormat;", "")]
public BarcodeDialogFormat Component9()

Returns

BarcodeDialogFormat

Copy(bool, string, string, string, string, Integer, bool, Integer, BarcodeDialogFormat)

[Register("copy", "(ZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;ZLjava/lang/Integer;Lio/scanbot/sdk/ui/view/barcode/dialog/BarcodeDialogFormat;)Lio/scanbot/sdk/ui/view/barcode/dialog/BarcodeConfirmationDialogConfiguration;", "")]
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()

Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.

[Register("describeContents", "()I", "")]
public int DescribeContents()

Returns

int

a bitmask indicating the set of special object types marshaled by this Parcelable object instance.

Remarks

Java documentation for

android.os.Parcelable.describeContents()
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

WriteToParcel(Parcel, ParcelableWriteFlags)

Flatten this object in to a Parcel.

[Register("writeToParcel", "(Landroid/os/Parcel;I)V", "")]
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags

Additional flags about how the object should be written. May be 0 or #PARCELABLE_WRITE_RETURN_VALUE.

Remarks

Java documentation for

android.os.Parcelable.writeToParcel(android.os.Parcel, int)
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.