IntentsExtraConfigurationErrorMap Field |
Namespace: Com.Datalogic.Device
public const string ExtraConfigurationErrorMap = "com.datalogic.device.intent.extra.configuration.ERROR_MAP"
Used as an Map<Integer, String> extra field in ActionConfigurationChanged
. The field contains a Map<Integer, String> that lists the properties' changes, requested through the sdk interface or a ActionConfigurationCommit
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.