Back to project page Android-NFC-WiFi-Controller.
The source code is released under:
MIT License
If you think the Android project Android-NFC-WiFi-Controller listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.dm.zbar.android.scanner; public interface ZBarConstants { public static final String SCAN_MODES = "SCAN_MODES"; public static final String SCAN_RESULT = "SCAN_RESULT"; public static final String SCAN_RESULT_TYPE = "SCAN_RESULT_TYPE"; public static final String ERROR_INFO = "ERROR_INFO"; }