Does anyone know specific action MITSU HC50 ? I mean Intent action ?
val intent = Intent().setAction(“MITSU.intent.action.BARCODE”) // MITSU HC – 50 intent.putExtra(“SCAN_TIMEOUT”, 4) intent.putExtra(“SCAN_TYPE”, 1) requireActivity().sendBroadcast(intent) Toast.makeText(requireActivity(), “button clicked”, Toast.LENGTH_LONG).show()
I want to scanner it
Muhiddin Yuldashev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.