Table of Contents

Class SignificantMoveListener

Namespace
IO.Scanbot.Sdk.Camera.Autosnapping
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/camera/autosnapping/SignificantMoveListener", DoNotGenerateAcw = true)]
[Obsolete("Use the 'IO.Scanbot.Sdk.Camera.Autosnapping.ISignificantMoveListener' type. This class will be removed in a future release.")]
public abstract class SignificantMoveListener : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
SignificantMoveListener
Implements
Inherited Members

Fields

ThresholdHigh

[Register("THRESHOLD_HIGH")]
[Obsolete("Use 'IO.Scanbot.Sdk.Camera.Autosnapping.ISignificantMoveListener.ThresholdHigh'. This class will be removed in a future release.")]
public const float ThresholdHigh = 5

Field Value

float

ThresholdLow

[Register("THRESHOLD_LOW")]
[Obsolete("Use 'IO.Scanbot.Sdk.Camera.Autosnapping.ISignificantMoveListener.ThresholdLow'. This class will be removed in a future release.")]
public const float ThresholdLow = 0.6

Field Value

float