Android Scanbot Barcode SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot Barcode SDK API reference
Android Scanbot Barcode SDK API reference
/
io.scanbot.sdk.camera.autosnapping
/
ShakeAutoSnappingPredicate
Shake
Auto
Snapping
Predicate
class
ShakeAutoSnappingPredicate
(
context
:
Context
)
:
IShakeAutoSnappingPredicate
Members
Constructors
Shake
Auto
Snapping
Predicate
Link copied to clipboard
constructor
(
context
:
Context
)
Properties
is
Enabled
Link copied to clipboard
open
override
var
isEnabled
:
Boolean
move
Callback
Link copied to clipboard
open
override
var
moveCallback
:
(
)
->
Unit
?
Functions
check
State
Link copied to clipboard
open
override
fun
checkState
(
param
:
Unit
)
:
Boolean
Run this check.
on
Pause
Link copied to clipboard
open
override
fun
onPause
(
)
Call to detach when component no longer needed.
on
Resume
Link copied to clipboard
open
override
fun
onResume
(
)
Call to attach to hardware listener.