Intents.ExtraConfigurationErrorMap Field
|
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 ExtraConfigurationErrorMap = "value"
Public Const ExtraConfigurationErrorMap As String = "value"
Field Value
Type:
String
Remarks
EXTRA_CONFIGURATION_ERROR_MAP
Used as an Map<Integer, String> extra field in
ACTION_CONFIGURATION_CHANGED
.
The field contains a Map<Integer, String> that lists the properties' changes, requested through the sdk interface
or a
ACTION_CONFIGURATION_COMMIT
that were not possible to apply.
The Integer key is the
PropertyID
of the property and the String value
is the stringified form of the value of the property that was not possible to apply.
[Android Documentation]
See Also