| java.lang.Object | |
| ↳ | com.datalogic.device.configuration.PoseManager.ExecutionOption.Builder |
The builder for the PoseManager.ExecutionOption.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new Builder for the
PoseManager.ExecutionOption object, with the following default
values:
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Build and return a newly created ExecutionOption object.
| |||||||||||
Configure this execution option to notify the registered listeners when a pose event occurs.
| |||||||||||
Configure this execution option to send an intent when a pose event occurs.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new Builder for the PoseManager.ExecutionOption object, with the following default
values:
Build and return a newly created ExecutionOption object.
PoseManager.ExecutionOption object.
Configure this execution option to notify the registered listeners when a pose event occurs.
Configure this execution option to send an intent when a pose event occurs.
| intentAction | The intent action string. |
|---|---|
| intentCategory | The intent category string. |
| intentPoseNameExtra | Extra data containing the pose name. |
| intentEventExtra | Extra data containing the event type. |
| intentDeliveryMode | The delivery mode (activity, service or broadcast). |