Table of Contents

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

SensorManager

B

[Register("b")]
public Sensor B { get; set; }

Property Value

Sensor

C

[Register("c")]
public float C { get; set; }

Property Value

float

D

[Register("d")]
public float D { get; set; }

Property Value

float

E

[Register("e")]
public float E { get; set; }

Property Value

float

F

[Register("f")]
public ISignificantMoveListener F { get; set; }

Property Value

ISignificantMoveListener

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 Sensor

To be added.

accuracy SensorStatus

The new accuracy of this sensor, one of SensorManager.SENSOR_STATUS_*

Remarks

Java documentation for

android.hardware.SensorEventListener.onAccuracyChanged(android.hardware.Sensor, int)
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

OnSensorChanged(SensorEvent)

Called when there is a new sensor event.

[Register("onSensorChanged", "(Landroid/hardware/SensorEvent;)V", "")]
public void OnSensorChanged(SensorEvent e)

Parameters

e SensorEvent

the SensorEvent.

Remarks

Java documentation for

android.hardware.SensorEventListener.onSensorChanged(android.hardware.SensorEvent)
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

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