Table of Contents

Interface ISignificantMoveListener

Namespace
IO.Scanbot.Sdk.Camera.Autosnapping
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/camera/autosnapping/SignificantMoveListener", "", "IO.Scanbot.Sdk.Camera.Autosnapping.ISignificantMoveListenerInvoker")]
public interface ISignificantMoveListener : IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Fields

ThresholdHigh

[Register("THRESHOLD_HIGH")]
public const float ThresholdHigh = 5

Field Value

float

ThresholdLow

[Register("THRESHOLD_LOW")]
public const float ThresholdLow = 0.6

Field Value

float

Properties

MoveThreshold

float MoveThreshold { get; set; }

Property Value

float

Methods

OnSignificantMove()

[Register("onSignificantMove", "()V", "GetOnSignificantMoveHandler:IO.Scanbot.Sdk.Camera.Autosnapping.ISignificantMoveListenerInvoker, BarcodeSDK.NET.Droid")]
void OnSignificantMove()