Click or drag to resize

IntentsActionConfigurationChanged Field

Broadcast Action: Sent to notify a change of the device configuration, when the value of a PropertyID

Namespace:  Com.Datalogic.Device
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public const string ActionConfigurationChanged = "com.datalogic.device.intent.action.configuration.CHANGED"

Field Value

Type: String
Remarks
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:

ExtraConfigurationChangedMap

- Bundle containing the Map<Integer, String> of properties' changes.

ExtraConfigurationErrorMap

- Bundle containing the Map<Integer, String> of the refused properties' changes.

ExtraConfigurationChangedTime

- Bundle containing the timestamp of the changes

[Android Documentation]

See Also