| | |
| | | public static final int VISIT_CHECK_IN_ITEM_TYPE = 2;
|
| | | public static final int VISIT_BLANK_ITEM_TYPE = 3;
|
| | | public static final int VISIT_ATTENDANCE_ITEM_TYPE = 4;
|
| | | public static final int VISIT_ATTENDANCE_IN = 5;
|
| | | public static final int VISIT_ATTENDANCE_OUT = 6;
|
| | | public static final int VISIT_ATTENDANCE_BLANK = 7;
|
| | |
|
| | | public static final int REGISTER_CELL_VIEW_INDEX = 0;
|
| | | public static final int CHECK_IN_CELL_VIEW_INDEX = 1;
|
| | |
| | | public static final String CAMERA2 = "camera2";
|
| | | }
|
| | |
|
| | | public static boolean FACE_SERVER = true;
|
| | | public static boolean ID_CARD = false;
|
| | | public static boolean EMULATOR = false;
|
| | |
|
| | | public static class Register {
|
| | | public static boolean VISITOR_REGISTER_SELECTED = true;
|
| | | }
|
| | |
|
| | | }
|