Class SignificantMoveCatcher
- Namespace
- IO.Scanbot.Sdk.Camera.Autosnapping
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class SignificantMoveCatcher : Object, ISensorEventListener, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
SignificantMoveCatcher
- Implements
-
Constructors
SignificantMoveCatcher(Context)
public SignificantMoveCatcher(Context context)
Parameters
context
Context
Properties
A
public SensorManager A { get; set; }
Property Value
- SensorManager
B
public Sensor B { get; set; }
Property Value
- Sensor
C
public float C { get; set; }
Property Value
- float
D
public float D { get; set; }
Property Value
- float
E
public float E { get; set; }
Property Value
- float
F
public ISignificantMoveListener F { get; set; }
Property Value
- ISignificantMoveListener
Methods
OnAccuracyChanged(Sensor, SensorStatus)
public void OnAccuracyChanged(Sensor sensor, SensorStatus accuracy)
Parameters
sensor
Sensor
accuracy
SensorStatus
OnSensorChanged(SensorEvent)
public void OnSensorChanged(SensorEvent e)
Parameters
e
SensorEvent
RegisterSignificantMoveListener(ISignificantMoveListener)
public void RegisterSignificantMoveListener(ISignificantMoveListener listener)
Parameters
listener
ISignificantMoveListener
UnregisterSignificantMoveListener(ISignificantMoveListener)
public void UnregisterSignificantMoveListener(ISignificantMoveListener listener)
Parameters
listener
ISignificantMoveListener