apidocs / com.nimmsta.core.android.accessibilityservice.actions / IAction

IAction

interface IAction

Interface for Actions that can be performed after a scan

Properties

success

abstract var success: Boolean

Functions

performAction

abstract fun performAction(): Task<Boolean>

Inheritors

ActionPackage

This class holds actions that a belong to a single barcode scan If one action fails with an Exception all further actions are not executed

class ActionPackage : IAction

HIDAction

Action that sends the HS 50 a request to send the given Char as a HID Input

class HIDAction : IAction

InputAction

Action that inputs text in the currently focused Field

class InputAction : IAction

SelectFieldAction

Action that selects the next field (with offset) or a field with a given id

class SelectFieldAction : IAction