Class SignificantMoveCatcher
- Namespace
- IO.Scanbot.Sdk.Camera.Autosnapping
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/camera/autosnapping/SignificantMoveCatcher", DoNotGenerateAcw = true)]
public sealed class SignificantMoveCatcher : Object, ISensorEventListener, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
SignificantMoveCatcher
- Implements
- Inherited Members
Constructors
SignificantMoveCatcher(Context)
[Register(".ctor", "(Landroid/content/Context;)V", "")]
public SignificantMoveCatcher(Context context)
Parameters
context
Context
Properties
A
[Register("a")]
public SensorManager A { get; set; }
Property Value
B
[Register("b")]
public Sensor B { get; set; }
Property Value
C
[Register("c")]
public float C { get; set; }
Property Value
D
[Register("d")]
public float D { get; set; }
Property Value
E
[Register("e")]
public float E { get; set; }
Property Value
F
[Register("f")]
public ISignificantMoveListener F { get; set; }
Property Value
Methods
OnAccuracyChanged(Sensor, SensorStatus)
Called when the accuracy of the registered sensor has changed.
[Register("onAccuracyChanged", "(Landroid/hardware/Sensor;I)V", "")]
public void OnAccuracyChanged(Sensor sensor, SensorStatus accuracy)
Parameters
sensor
SensorTo be added.
accuracy
SensorStatusThe new accuracy of this sensor, one of
SensorManager.SENSOR_STATUS_*
Remarks
Portions of this page are modifications based on work created and shared by the
OnSensorChanged(SensorEvent)
Called when there is a new sensor event.
[Register("onSensorChanged", "(Landroid/hardware/SensorEvent;)V", "")]
public void OnSensorChanged(SensorEvent e)
Parameters
e
SensorEventthe SensorEvent.
Remarks
Portions of this page are modifications based on work created and shared by the
RegisterSignificantMoveListener(ISignificantMoveListener)
[Register("registerSignificantMoveListener", "(Lio/scanbot/sdk/camera/autosnapping/SignificantMoveListener;)V", "")]
public void RegisterSignificantMoveListener(ISignificantMoveListener listener)
Parameters
listener
ISignificantMoveListener
UnregisterSignificantMoveListener(ISignificantMoveListener)
[Register("unregisterSignificantMoveListener", "(Lio/scanbot/sdk/camera/autosnapping/SignificantMoveListener;)V", "")]
public void UnregisterSignificantMoveListener(ISignificantMoveListener listener)
Parameters
listener
ISignificantMoveListener