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

Package com.nimmsta.core.android.accessibilityservice.actions

Types

ActionCreator

Creates Actions for a given barcode

object ActionCreator

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

IAction

Interface for Actions that can be performed after a scan

interface 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