Click or drag to resize

IntentsExtraConfigurationChangedMap Field

Used as an Map<Integer, String> extra field in ActionConfigurationCommit

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 ExtraConfigurationChangedMap = "com.datalogic.device.intent.extra.configuration.CHANGED_MAP"

Field Value

Type: String
Remarks
EXTRA_CONFIGURATION_CHANGED_MAP

Used as an Map<Integer, String> extra field in ActionConfigurationCommit

and ActionConfigurationChanged

. The field contains a Map<Integer, String> with the new values of all the properties changed. The Integer key is the PropertyID

of the property and the String value is the stringified form of the new value of the property.

[Android Documentation]

See Also