Click or drag to resize

PropertyID.WedgeIntentExtraBarcodeString Field

This parameter defines the name of the extra field of the Decode Wedge intent containing the read label of the decoded barcode as extra value (as String).

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 WedgeIntentExtraBarcodeString = "value"

Field Value

Type: Int32
Remarks
This parameter defines the name of the extra field of the Decode Wedge intent containing the read label of the decoded barcode as extra value (as String).

It takes effect if the Decode Wedge is properly configured according to the property WEDGE_INTENT_ENABLE.

This extra name shall be used as the name argument of Intent.getStringExtra() to retrieve the read label of the decoded barcode. The extra value is a String containing one or more read labels. For those barcode symbologies that support concatenation, the read labels are concatenated and sent as a single string.

The default value is "com.datalogic.decode.intentwedge.barcode_string".

The class of the property is TextProperty.

[Android Documentation]

See Also