@groovy.transform.ToString(includeNames: true, includePackage: false) @groovy.transform.EqualsAndHashCode(callSuper: true) class ButtonPressAction extends ScanAction
The suggested client dashboard button press action. This action is recommended based on the barcode scanned.
Type | Name and description |
---|---|
private static java.lang.String |
TYPE_BUTTON_PRESS The action.type for this action. |
private java.lang.String |
button The button ID of the dashboard button to press. |
private java.lang.String |
type The recommended client action. |
Constructor and description |
---|
ButtonPressAction
() |
Groovy Documentation