Table of Contents

Class BarcodeNavigationEvents.ShowConfirmationDialog

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

Constructors

ShowConfirmationDialog(BarcodeScannerResult)

[Register(".ctor", "(Lio/scanbot/sdk/barcode/BarcodeScannerResult;)V", "")]
public ShowConfirmationDialog(BarcodeScannerResult result)

Parameters

result BarcodeScannerResult

Properties

Result

public BarcodeScannerResult Result { get; }

Property Value

BarcodeScannerResult

Methods

Component1()

[Register("component1", "()Lio/scanbot/sdk/barcode/BarcodeScannerResult;", "")]
public BarcodeScannerResult Component1()

Returns

BarcodeScannerResult

Copy(BarcodeScannerResult)

[Register("copy", "(Lio/scanbot/sdk/barcode/BarcodeScannerResult;)Lio/scanbot/sdk/ui/view/barcode/BarcodeNavigationEvents$ShowConfirmationDialog;", "")]
public BarcodeNavigationEvents.ShowConfirmationDialog Copy(BarcodeScannerResult result)

Parameters

result BarcodeScannerResult

Returns

BarcodeNavigationEvents.ShowConfirmationDialog