Table of Contents

Interface IBarcodeCounterView

Namespace
IO.Scanbot.Sdk.Barcode.UI
Assembly
DocumentSDK.NET.Droid.dll
public interface IBarcodeCounterView : IJavaObject, IDisposable, IJavaPeerable
Inherited Members

Properties

CameraConfiguration

IBarcodeScanCountViewCameraConfiguration CameraConfiguration { get; }

Property Value

IBarcodeScanCountViewCameraConfiguration

CounterOverlayController

IBarcodeScanCountSelectionOverlayController CounterOverlayController { get; }

Property Value

IBarcodeScanCountSelectionOverlayController

ViewController

IBarcodeScanCountViewController ViewController { get; }

Property Value

IBarcodeScanCountViewController

Methods

InitCamera()

void InitCamera()

InitScanningBehavior(IBarcodeScanner, IBarcodeScanCountViewCallback)

void InitScanningBehavior(IBarcodeScanner barcodeScanner, IBarcodeScanCountViewCallback callback)

Parameters

barcodeScanner IBarcodeScanner
callback IBarcodeScanCountViewCallback