Class BarcodeConfirmationDialogConfiguration
[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
booltitle
stringmessage
stringconfirmButtonTitle
stringretryButtonTitle
stringbuttonsAccentColor
IntegerisConfirmButtonFilled
boolfilledConfirmButtonTextColor
IntegerdialogTextFormat
BarcodeDialogFormat
Properties
ButtonsAccentColor
public Integer ButtonsAccentColor { get; set; }
Property Value
ConfirmButtonFilled
public bool ConfirmButtonFilled { get; set; }
Property Value
ConfirmButtonTitle
public string ConfirmButtonTitle { get; set; }
Property Value
Creator
[Register("CREATOR")]
public static IParcelableCreator Creator { get; }
Property Value
DialogTextFormat
public BarcodeDialogFormat DialogTextFormat { get; set; }
Property Value
FilledConfirmButtonTextColor
public Integer FilledConfirmButtonTextColor { get; set; }
Property Value
Message
public string Message { get; set; }
Property Value
ResultWithConfirmationEnabled
public bool ResultWithConfirmationEnabled { get; set; }
Property Value
RetryButtonTitle
public string RetryButtonTitle { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
Methods
Component1()
[Register("component1", "()Z", "")]
public bool Component1()
Returns
Component2()
[Register("component2", "()Ljava/lang/String;", "")]
public string Component2()
Returns
Component3()
[Register("component3", "()Ljava/lang/String;", "")]
public string Component3()
Returns
Component4()
[Register("component4", "()Ljava/lang/String;", "")]
public string Component4()
Returns
Component5()
[Register("component5", "()Ljava/lang/String;", "")]
public string Component5()
Returns
Component6()
[Register("component6", "()Ljava/lang/Integer;", "")]
public Integer Component6()
Returns
Component7()
[Register("component7", "()Z", "")]
public bool Component7()
Returns
Component8()
[Register("component8", "()Ljava/lang/Integer;", "")]
public Integer Component8()
Returns
Component9()
[Register("component9", "()Lio/scanbot/sdk/ui/view/barcode/dialog/BarcodeDialogFormat;", "")]
public BarcodeDialogFormat Component9()
Returns
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
booltitle
stringmessage
stringconfirmButtonTitle
stringretryButtonTitle
stringbuttonsAccentColor
IntegerisConfirmButtonFilled
boolfilledConfirmButtonTextColor
IntegerdialogTextFormat
BarcodeDialogFormat
Returns
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
.
android.os.Parcelable.describeContents()
Portions of this page are modifications based on work created and shared by the
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
Parcelflags
ParcelableWriteFlagsAdditional flags about how the object should be written. May be 0 or
#PARCELABLE_WRITE_RETURN_VALUE
.
Remarks
.
android.os.Parcelable.writeToParcel(android.os.Parcel, int)
Portions of this page are modifications based on work created and shared by the