IntentsActionConfigurationChanged Field |
Namespace: Com.Datalogic.Device
public const string ActionConfigurationChanged = "com.datalogic.device.intent.action.configuration.CHANGED"
Broadcast Action: Sent to notify a change of the device configuration, when the value of a PropertyID
changed.
The intent is sent every time the values of some properties change due to a Commit
request or a ActionConfigurationCommit
or a spontaneuos event caused by an environmental change.
The intent carries as extra data the new values of the changed properties, the time of the change event and, in case of error,
the list of requested changes that were not possible to commit.
The intent will have the following extra values:
- Bundle containing the Map<Integer, String> of properties' changes.
- Bundle containing the Map<Integer, String> of the refused properties' changes.
- Bundle containing the timestamp of the changes