Table of Contents

Class ShakeAutoSnappingPredicate

Namespace
IO.Scanbot.Sdk.Camera.Autosnapping
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/camera/autosnapping/ShakeAutoSnappingPredicate", DoNotGenerateAcw = true)]
public sealed class ShakeAutoSnappingPredicate : Object, IShakeAutoSnappingPredicate, IAutoSnappingPredicate, IJavaObject, IJavaPeerable, IDisposable
Inheritance
ShakeAutoSnappingPredicate
Implements
Inherited Members

Constructors

ShakeAutoSnappingPredicate(Context)

[Register(".ctor", "(Landroid/content/Context;)V", "")]
public ShakeAutoSnappingPredicate(Context context)

Parameters

context Context

Fields

DelayAfterMoveMs

[Register("DELAY_AFTER_MOVE_MS")]
[Obsolete("deprecated")]
public const int DelayAfterMoveMs = 2000

Field Value

int

Properties

Dob

[Register("dob")]
public SignificantMoveCatcher Dob { get; set; }

Property Value

SignificantMoveCatcher

Doj

[Register("doj")]
public IFunction0 Doj { get; set; }

Property Value

IFunction0

Dor

[Register("dor")]
public long Dor { get; set; }

Property Value

long

Dox

[Register("dox")]
public bool Dox { get; set; }

Property Value

bool

Enabled

public bool Enabled { get; set; }

Property Value

bool

MoveCallback

public IFunction0 MoveCallback { get; set; }

Property Value

IFunction0

Methods

CheckState(Object)

[Register("checkState", "(Lkotlin/Unit;)Z", "")]
public bool CheckState(Object param)

Parameters

param Object

Returns

bool

OnPause()

[Register("onPause", "()V", "")]
public void OnPause()

OnResume()

[Register("onResume", "()V", "")]
public void OnResume()