| | |
| | | public static final String COUNTRY = "country";
|
| | | public static final String VISIT_REASON = "visit_reason";
|
| | | public static final String VISITOR_TYPE = "visitor_type";
|
| | | public static final String ATTENDER_TYPE = "attender_type";
|
| | | public static final String RESOLUTION = "resolution";
|
| | | public static final String PROTOCOL = "protocol";
|
| | | public static final String CAMERA_BRAND = "camera_brand";
|
| | |
| | | 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 = "device_camera2";
|
| | | }
|
| | |
|
| | | public static class DeviceType {
|
| | | public static final String ANDROID_DEVICE = "android_device";
|
| | | public static final String CAMERA1 = "camera1";
|
| | | 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;
|
| | | }
|
| | |
|
| | | }
|