Notification.h 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. //
  2. // Notification.h
  3. // YidaHealth
  4. //
  5. // Created by 余衡武 on 2018/10/13.
  6. // Copyright © 2018年 余衡武. All rights reserved.
  7. //
  8. #ifndef Notification_h
  9. #define Notification_h
  10. /** webView重载通知 */
  11. #define WebviewReloadNotification @"WebviewReloadNotification"
  12. #pragma mark 用户冻结
  13. #define NotNameAccountFreeze @"NotNameAccountFreeze"
  14. #pragma mark 系统维护
  15. #define NotNameSystemMaintain @"NotNameSystemMaintain"
  16. #pragma mark 用户账号注销
  17. #define NotNameAccountDestroy @"NotNameAccountDestroy"
  18. #pragma mark 异地登陆
  19. #define AccountLoginWithOtherDeviceNotification @"AccountLoginWithOtherDeviceNotification"
  20. /*无有效时间*/
  21. #define PhoneNoVailTimeNotification @"PhoneNoVailTimeNotification"
  22. #pragma mark Token失效
  23. #define TokenIsInvalidNotification @"TokenIsInvalidNotification"
  24. /** WebSocket断开链接通知 退出登录调用logout时发送*/
  25. #define WebSocketDisconnectNotification @"WebSocketDisconnectNotification"
  26. #pragma mark 弹窗关闭
  27. #define NotNameAlertClose @"NotNameAlertClose"
  28. /**修改手机号码通知*/
  29. #define ChangeAccountNotification @"ChangeAccount"
  30. /*完成引导通知*/
  31. #define GuideOkNotification @"GuideOk"
  32. /*设置密码通知*/
  33. #define setPwdNotification @"setPwdNot"
  34. /*忘记密码通知*/
  35. #define forgetPwdNotification @"forgetPwdNot"
  36. /*忘记密码回到原来切面通知*/
  37. #define forgetPwdBackNotification @"forgetPwdBackNot"
  38. /*忘记密码 设置完成通知*/
  39. #define forgetPwdDidSetNotification @"forgetPwdDidSetNot"
  40. /*主动上锁通知*/
  41. #define lockBypwdNotification @"lockBypwdNot"
  42. /* 上传文件通知*/
  43. #define uploadFileBeginNotification @"uploadFileBeginNot"
  44. /*上传文件更新通知*/
  45. #define uploadFileRefreshNotification @"uploadFileRefreshNot"
  46. /* 上传文件暂停通知*/
  47. #define uploadFileSuspendNotification @"uploadFileSuspendNot"
  48. /*上传文件删除通知*/
  49. #define uploadFileDeteleNotification @"uploadFileDeteleNot"
  50. /*获取云机基本信息通知*/
  51. #define getCouldPhoneBaseInfoNotification @"getCouldPhoneBaseInfoNot"
  52. /*获取云机系统信息通知*/
  53. #define getCouldPhoneSysInfoNotification @"getCouldPhoneSysInfoNot"
  54. #define PlayerViewControlBtnTouchBeganNotification @"PlayerViewControlBtnTouchBeganNotification" // 云手机推流界面 控制按钮开始点击
  55. #define PlayerViewControlBtnTouchEndNotification @"PlayerViewControlBtnTouchEndNotification" /// // 云手机推流界面 控制按钮结束点击
  56. ///
  57. #pragma mark 正在超分设置
  58. #define GetRbdDeviceNotification @"GetRbdDeviceNotification"
  59. /*系统音量变化*/
  60. #define AVSystemController_SystemVolumeDidChangeNotification @"AVSystemController_SystemVolumeDidChangeNotification"
  61. /*网络变化*/
  62. #define NetWorkChangeNotification @"NetWorkChangeNotification"
  63. #pragma mark 断开连接
  64. #define NotNameByCONNECT_DISCONNECT @"CONNECT_DISCONNECT"
  65. #pragma mark 支付回调
  66. #define NotNameAirpayOrWXorderNum @"NotNameAirpayOrWXorderNum"
  67. #pragma mark 安全支付结果通知
  68. #define NotificationNameBySafepayResult @"SafepayResult" //
  69. /*显示声音和画面 */
  70. #define ShowImgAndVoiceNotification @"ShowImgAndVoiceNot"
  71. //显示密码页面 即不可展示图片和声音
  72. #define ShowPwdVCNotification @"ShowPwdVCNot"
  73. #endif /* Notification_h */