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

ActionPackage

class ActionPackage : IAction

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

Constructors

<init>

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

ActionPackage(device: NIMMSTADevice, actions: List<IAction>)

Properties

device

val device: NIMMSTADevice

success

var success: Boolean

Functions

performAction

Performs all actions one after the other

fun performAction(): Task<Boolean>