Click or drag to resize

IntentsActionConfigurationCommit Field

This intent allows to request a change of the device configuration.

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 ActionConfigurationCommit = "com.datalogic.device.intent.action.configuration.COMMIT"

Field Value

Type: String
Remarks
ACTION_CONFIGURATION_COMMIT

This intent allows to request a change of the device configuration.

The intent carries as extra data the list of requested properties' changes.

The intent will have the following extra values:

ExtraConfigurationChangedMap

- Bundle containing the map of requested properties' changes.

java code example:

adb example with extra data as List&ltString>

adb example with extra data as String:

[Android Documentation]

See Also