Skip to content

Worker feedback - SDK/Intent API

The Worker Feedback feature enables you to trigger your scanner's feedback profiles asynchronously to inform your worker about an event.

Worker Feedback commands, like all commands that trigger an action on a scanner, are queued in the Insight Mobile app by default.

Providing a boolean valued extra com.proglove.api.extra.REPLACE_QUEUE or a special flag in PgCommandParams, can change this behavior and replace the queue with the new command.
To learn more, see Queueing behavior.

To integrate the Worker Feedback feature via Intent or SDK API, test the API with an existing app, or build out the feature's functionalities yourself, check out the Sample app's code in our GitHub repository.