洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.6 KiB

7 months ago
  1. //
  2. // DTFConstant.h
  3. // DTFIdentityManager
  4. //
  5. // Created by mengbingchuan on 2022/11/24.
  6. // Copyright © 2022 DTF. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. //ext params keys
  10. extern NSString *const kZIMInitOperationTypeKey; //init operation type
  11. extern NSString *const kZIMValidateOperationTypeKey; //validate operation type
  12. extern NSString *const kZIMGatewayURLKey; //rpc gateway url
  13. extern NSString *const kZIMRpcHeaderKey; //ext rpc header
  14. extern NSString *const kZIMCurrentViewControllerKey; // current view controller
  15. extern NSString *const kZIMViewProviderKey;
  16. extern NSString *const kZIMFastUploadKey;
  17. extern NSString *const kZIMBisProtocolKey;
  18. extern NSString *const kZIMResponseKey;
  19. extern NSString *const kZIMValidateResponseKey;
  20. extern NSString *const kZIMCertNoKey;
  21. extern NSString *const kZIMCertNameKey;
  22. extern NSString *const ZIM_EXT_PARAMS_KEY_OCR_BOTTOM_BUTTON_COLOR; //设置颜色的值,值内容为:#FFFFFF 格式,必须为6位
  23. extern NSString *const ZIM_EXT_PARAMS_KEY_OCR_BOTTOM_BUTTON_CLICKED_COLOR; //设置按钮点击颜色的值,值内容为:#FFFFFF 格式 ,必须为6位
  24. extern NSString *const ZIM_EXT_PARAMS_KEY_USE_VIDEO; //返回本地视频的key
  25. extern NSString *const ZIM_EXT_PARAMS_KEY_OCR_FACE_CIRCLE_COLOR;
  26. extern NSString *const ZIM_EXT_PARAMS_KEY_USE_VIDEO_UPLOAD; //返回本地视频上传到服务端的key
  27. extern NSString *const ZIM_EXT_PARAMS_KEY_MODEL_FILE_PATH; //设置文件路径
  28. extern NSString *const ZIM_EXT_PARAMS_KEY_ACTIVITYINDICATOR_COLOR;
  29. extern NSString *const ZIM_EXT_PARAMS_KEY_PRELOAD_MODEL_URL;