Click or drag to resize

PropertyID.WedgeIntentExtraBarcodeUserId Field

This parameter defines the name of the extra field of the Decode Wedge intent containing the user ID 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 WedgeIntentExtraBarcodeUserId = "value"

Field Value

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

This extra name shall be used as the name argument of Intent.getStringExtra() to retrieve the user ID of the decoded barcode.

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

The class of the property is TextProperty.

[Android Documentation]

See Also