// // Notification.h // YidaHealth // // Created by 余衡武 on 2018/10/13. // Copyright © 2018年 余衡武. All rights reserved. // #ifndef Notification_h #define Notification_h /** webView重载通知 */ #define WebviewReloadNotification @"WebviewReloadNotification" #pragma mark 用户冻结 #define NotNameAccountFreeze @"NotNameAccountFreeze" #pragma mark 系统维护 #define NotNameSystemMaintain @"NotNameSystemMaintain" #pragma mark 用户账号注销 #define NotNameAccountDestroy @"NotNameAccountDestroy" #pragma mark 异地登陆 #define AccountLoginWithOtherDeviceNotification @"AccountLoginWithOtherDeviceNotification" /*无有效时间*/ #define PhoneNoVailTimeNotification @"PhoneNoVailTimeNotification" #pragma mark Token失效 #define TokenIsInvalidNotification @"TokenIsInvalidNotification" /** WebSocket断开链接通知 退出登录调用logout时发送*/ #define WebSocketDisconnectNotification @"WebSocketDisconnectNotification" #pragma mark 弹窗关闭 #define NotNameAlertClose @"NotNameAlertClose" /**修改手机号码通知*/ #define ChangeAccountNotification @"ChangeAccount" /*完成引导通知*/ #define GuideOkNotification @"GuideOk" /*设置密码通知*/ #define setPwdNotification @"setPwdNot" /*忘记密码通知*/ #define forgetPwdNotification @"forgetPwdNot" /*忘记密码回到原来切面通知*/ #define forgetPwdBackNotification @"forgetPwdBackNot" /*忘记密码 设置完成通知*/ #define forgetPwdDidSetNotification @"forgetPwdDidSetNot" /*扫码切换通知*/ #define scanChangeDeviceNotification @"scanChangeDeviceNot" /*扫码切换回到原来切面通知*/ #define scanChangeDeviceBackNotification @"scanChangeDeviceBackNot" /*主动上锁通知*/ #define lockBypwdNotification @"lockBypwdNot" /*上传文件(成功 失败 删除)更新通知*/ #define uploadFileRefreshNotification @"uploadFileRefreshNot" /*上传文件进度更新通知*/ #define uploadFileUploadingNotification @"uploadFileUploadingNot" /* 上传文件暂停全部通知*/ #define uploadFileSuspendAllNotification @"uploadFileSuspendAllNot" /* 上传文件通知*/ #define uploadFileAllTaskDoneNotification @"uploadFileAllTaskDoneNot" /*备份文件更新通知*/ #define backupsFileRefreshNotification @"backupsFileRefreshNot" /* 下载完成一张缩略图通知*/ #define downloadThumbnailDoneOneNotification @"downloadThumbnailDoneOneNot" /*下载文件更新通知*/ #define downloadFileRefreshNotification @"downloadFileRefreshNot" /* 下载文件通知*/ #define downloadFileAllTaskDoneNotification @"downloadFileAllTaskDoneNot" /* 下载文件暂停全部通知*/ #define downloadFileSuspendAllNotification @"downloadFileSuspendAllNot" /* 创建文件夹通知*/ #define createFolderDoneNotification @"createFolderDoneNot" /* 获取文件夹完成通知*/ #define getFolderListDoneNotification @"getFolderListDoneNot" /* 获取云机以及外挂磁盘*/ #define getExtraFilesDoneNotification @"getExtraFilesDoneNoti" /* 搜索云机对应文件*/ #define searchFileListDoneNotification @"searchFileListDoneNoti" /*获取云机基本信息通知*/ #define getCouldPhoneBaseInfoNotification @"getCouldPhoneBaseInfoNot" /*获取云机系统信息通知*/ #define getCouldPhoneSysInfoNotification @"getCouldPhoneSysInfoNot" /*获取云机TV投屏通知*/ #define getCouldPhoneTvStatusNotification @"getCouldPhoneTvStatusNot" #define PlayerViewControlBtnTouchBeganNotification @"PlayerViewControlBtnTouchBeganNotification" // 云手机推流界面 控制按钮开始点击 #define PlayerViewControlBtnTouchEndNotification @"PlayerViewControlBtnTouchEndNotification" /// // 云手机推流界面 控制按钮结束点击 /*系统音量变化*/ #define AVSystemController_SystemVolumeDidChangeNotification @"AVSystemController_SystemVolumeDidChangeNotification" /*网络变化*/ #define NetWorkChangeNotification @"NetWorkChangeNotification" #pragma mark 断开连接 #define NotNameByCONNECT_DISCONNECT @"CONNECT_DISCONNECT" #pragma mark 支付回调 #define NotNameAirpayOrWXorderNum @"NotNameAirpayOrWXorderNum" #pragma mark 安全支付结果通知 #define NotificationNameBySafepayResult @"SafepayResult" // /*输入密码完成 ->显示声音和画面 */ #define didInputPWDNotification @"didInputPWDNot" //显示密码页面 即不可展示图片和声音 #define ShowPwdVCNotification @"ShowPwdVCNot" /*被挤下线通知*/ #define logoutByOtherNotification @"logoutByOtherNot" #pragma mark 下载其它类型文件完成 //#define NotLoadOtherDataFinished @"loadOtherDataFinished" /* nas下载完成 通知*/ #define nasShareDownloadTaskFinishedNotification @"nasShareDownloadTaskFinishedNot" #define nasDownloadTaskFinishedNotification @"nasDownloadTaskFinishedNot" /*获取推流页导航栏变化通知*/ #define getPlayerBottomNavNotification @"getPlayerBottomNavNot" /*设置推流页全屏是否通知*/ #define setPlayerFullScreenNotification @"setPlayerFullScreenNot" /* PC扫码后*/ #define showTabbarNotification @"showTabbarNot" /* ping 完后重连*/ #define didPingBestWebRtcIPRoomNotification @"didPingBestWebRtcIPRoomNot" /* 需要退出云手机界面*/ #define needToPoPCloudPhoneVCNotification @"needToPoPCloudPhoneVCNot" #endif /* Notification_h */