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
ThresholdLow
[Register("THRESHOLD_LOW")]
public const float ThresholdLow = 0.6
Field Value
Properties
MoveThreshold
float MoveThreshold { get; set; }
Property Value
Methods
OnSignificantMove()
[Register("onSignificantMove", "()V", "GetOnSignificantMoveHandler:IO.Scanbot.Sdk.Camera.Autosnapping.ISignificantMoveListenerInvoker, BarcodeSDK.NET.Droid")]
void OnSignificantMove()