PropertyID.WedgeIntentEnable Field |
public const Int32 WedgeIntentEnable = "value"
Public Const WedgeIntentEnable As Int32 = "value"
This means that the decoding results are always sent through an intent, such as broadcast, start activity or start sevice,
according to the value of the property WEDGE_INTENT_DELIVERY_MODE
.
The Decode Wedge can be configured to define the intent sent with the decoding result as expected by a given App. In particular, beside the delivery mode, common intent information can be configured, such as:
WEDGE_INTENT_ACTION_NAME
WEDGE_INTENT_CATEGORY_NAME
Moreover, some extra data can be configured to send custom information, such as symbology and read label:
WEDGE_INTENT_EXTRA_BARCODE_TYPE
.
This extra name shall be used as the name argument of Intent.getStringExtra() to retrieve the symbology of the decoded barcode.WEDGE_INTENT_EXTRA_BARCODE_STRING
.
This extra name shall be used as the name argument of Intent.getStringExtra() to retrieve the read label of the decoded barcode.
For those barcode symbologies that support concatenation, the read labels are concatenated and sent as a single string.WEDGE_INTENT_EXTRA_BARCODE_DATA
.
This extra name shall be used as the name argument of Intent.getSerializableExtra() to retrieve the read label of the decoded barcode.
For those barcode symbologies that support concatenation, the decode data is stored in
multiple byte arrays (one byte array per bar code). Clients can get data in each byte array by passing an index.
The default value is disabled.
The class of the property is BooleanProperty
.
© 2016 Datalogic S.p.A. and/or its affiliates. All rights reserved. Datalogic and the Datalogic logo are registered trademarks of Datalogic S.p.A. in many countries including the U.S.A. and the E.U. All other trademarks are the property of their respective owners.