BarcodeManagerActionStopDecode Field |
Barcode stop decode intent action.
Namespace:
Com.Datalogic.Decode
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public const string ActionStopDecode = "com.datalogic.decode.action.STOP_DECODE"
Public Const ActionStopDecode As String = "com.datalogic.decode.action.STOP_DECODE"
Field Value
Type:
StringRemarks Barcode stop decode intent action. When an application sends this
broadcast intent, the system stops scanning.
Example:
public int stopDecodingIntent() {
  Intent myintent = new Intent();
  myintent.setAction(ACTION_STOP_DECODE);
}
[Android Documentation]
See Also