Package-level declarations

Types

Link copied to clipboard
interface BasePolygonView

Defines component for drawing Polygon on the screen

Link copied to clipboard
class FadeAnimationView(context: Context, attrs: AttributeSet?) : View

Allows to play a progress fade animation with bounce or linear interpolator

Link copied to clipboard

Base interface class for the Classical components View with autosnapping feature

Link copied to clipboard

Base callback interface class for Classical components View of the camera inside

Link copied to clipboard

Base interface to control configuration parameters of the Camera inside the Classical component View

Link copied to clipboard

Base interface class for the Classical components View to control the behavior and trigger actions

Link copied to clipboard

Base interface to control the state or the behavior of the Finder inside

Link copied to clipboard

Base interface class for the Classical components View to control the behavior and trigger actions

Link copied to clipboard

Wrapper-class for all information, obtained as a result of RTU activity work.

Functions

Link copied to clipboard
fun <I, O : ScanbotActivityResult<*>> <Error class: unknown class>.registerForActivityResultOk(contract: <Error class: unknown class><I, O>, callback: (O) -> Unit): <Error class: unknown class><I>
inline fun <I, O : ScanbotActivityResult<*>> <Error class: unknown class>.registerForActivityResultOk(contract: <Error class: unknown class><I, O>, crossinline callback: (O) -> Unit): <Error class: unknown class><I>

Extension to prevent resultCode checks in your Scanbot RTU result processing blocks.