IntentWedge Class |
IntentWedge
The IntentWedge type exposes the following members.
Name | Description | |
---|---|---|
![]() | IntentWedge | Initializes a new instance of the IntentWedge class |
![]() | IntentWedge | Initializes a new instance of the IntentWedge class |
Name | Description | |
---|---|---|
![]() | Action | action is the intent action name. |
![]() | Category | category is the intent category name. |
![]() | DeliveryMode | deliveryMode indicates the method by which the intent is
delivered. |
![]() | Enable | enable sets the intent mode. |
![]() | ExcludeEmptyValues | excludeEmptyValues is set to true to exclude the empty strings in the intent wedge fields. |
![]() | ExtraBarcodeAimId | extraBarcodeAimId indicates the corresponding intent extra tag, associated to a string containing the AIM id of the read label. |
![]() | ExtraBarcodeCrop | extraBarcodeCrop indicates the corresponding intent extra tag, associated to a byte array containing the
crop of the read label in JPEG format. |
![]() | ExtraBarcodeData | extraBarcodeData indicates the corresponding intent extra tag, associated to a byte array containing the read label. |
![]() | ExtraBarcodeString | extraBarcodeString indicates the corresponding intent extra tag, associated to a string containing the read label. |
![]() | ExtraBarcodeType | extraBarcodeType indicates the corresponding intent extra tag, associated to a string containing the type of read label. |
![]() | ExtraBarcodeUserId | extraBarcodeUserId indicates the corresponding intent extra tag, associated to a string containing the user id of the read label. |
![]() | JniPeerMembers | To be added. |
![]() | ThresholdClass | To be added. |
![]() | ThresholdType | To be added. |
IntentWedge
is the class that configures the Decode Wedge
capability with the intent mode. This means that the label is sent to the
foreground application in the form of an implicit intent. In order to
retrieve the label type string, "com.datalogic.decodewedge.label_type" is the
name argument to be used with Intent.getStringExtra(). In order to retrieve
the output data as string, "com.datalogic.decodewedge.data_string" is the
name argument to be used with Intent.getStringExtra() . In case of
concatenated barcodes, the decode data is concatenated and sent out as a
single string. In order to retrieve the output data as a list of byte arrays,
"com.datalogic.decodewedge.decode_data" is the name argument to be used with
Intent.getSerializableExtra(). For 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.