Back to project page zxingfragmentlib.
The source code is released under:
Apache License
If you think the Android project zxingfragmentlib 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.welcu.android.zxingfragmentlib; //from ww w .j a va 2 s . c o m /** * Created by joyarzun on 8/21/14. */ public interface IZXingConstants { int DECODE = 0; int QUIT = 1; int DECODE_COMPLETE = 2; int DECODE_SUCCEDED = 2; int DECODE_FAILED = 3; int SUCESS = 4; int RESTART_PREVIEW = 5; int AUTO_FOCUS = 6; int DECODE_RESULT = 7; }