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, IAutoSnappingPredicate, IJavaObject, IJavaPeerable, IDisposable
Inheritance
ShakeAutoSnappingPredicate
Implements
Inherited Members

Constructors

ShakeAutoSnappingPredicate(Context, IFunction0)

[Register(".ctor", "(Landroid/content/Context;Lkotlin/jvm/functions/Function0;)V", "")]
public ShakeAutoSnappingPredicate(Context context, IFunction0 moveCallback)

Parameters

context Context
moveCallback IFunction0

Fields

DelayAfterMoveMs

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

Field Value

int

Properties

A

[Register("a")]
public IFunction0 A { get; set; }

Property Value

IFunction0

B

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

Property Value

long

C

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

Property Value

SignificantMoveCatcher

D

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

Property Value

bool

Enabled

public bool Enabled { get; set; }

Property Value

bool

F

[Register("f")]
public static ShakeAutoSnappingPredicate.Companion F { get; }

Property Value

ShakeAutoSnappingPredicate.Companion

Methods

CheckState(Unit)

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

Parameters

param Unit

Returns

bool

OnPause()

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

OnResume()

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