@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_PRESSThe action.type for this action. |
private java.lang.String |
buttonThe button ID of the dashboard button to press. |
private java.lang.String |
typeThe recommended client action. |
| Constructor and description |
|---|
ButtonPressAction
() |
Groovy Documentation