// // LCNotificationKey.m // LCIphone // // Owned by peng_kongan on 16/09/30. // Created by dh on 16/1/16. // Copyright © 2016å¹´ dahua. All rights reserved. // #import <DHBaseModule/LCNotificationKey.h> NSString *const LCNotificationUnbindDeviceUpdated = @"LCNotificationUnbindDeviceUpdated"; NSString *const LCNotificationUnbindDeviceNew = @"LCNotificationUnbindDeviceNew"; NSString *const LCNotificationDeviceChange = @"LCNotificationDeviceChange"; NSString *const LCNotificationDeviceMaskChange = @"LCNotificationDeviceMaskChange"; NSString *const LCNotificationGetDeviceFail = @"LCNotificationGetDeviceFail"; NSString *const LCNotificationUpdateDeviceList = @"LCNotificationUpdateDeviceList"; NSString *const LCNotificationUpdateAddFriendMsg = @"LCNotificationUpdateAddFriendMsg"; NSString *const LCNotificationAddFriendRequst = @"LCNotificationAddFriendRequst"; NSString *const LCNotificationChangeFriendRemarkName = @"LCNotificationChangeFriendRemarkName"; NSString *const LCNotificationNewFriendMsg = @"LCNotificationNewFriendMsg"; NSString *const LCNotificationNewFriendMsgReadStateChanged = @"LCNotificationNewFriendMsgReadStateChanged"; NSString *const LCNotificationCouponReadStateChanged = @"LCNotificationCouponReadStateChanged"; NSString *const LCNotificationMyFriendListChanged = @"LCNotificationMyFriendListChanged"; NSString *const LCNotificationPasswordChange = @"LCNotificationPasswordChange"; //è®¾å¤‡å¤„äºŽä¼‘çœ NSString *const LCNotificationDeviceSleep = @"LCNotificationDeviceSleep"; //todo WEIKITä¸è¿˜å˜åœ¨è¿™ä¸ª 需è¦ä¸€èµ·ä¿®æ”¹ NSString *const LCNotificationUserAccountLock = @"LCNotificationUserAccountLock"; NSString *const LCNotificationSDCardStatusChange = @"LCNotificationSDCardStatusChange"; NSString *const LCNotificationUpgradeDevice = @"LCNotificationUpgradeDevice"; NSString *const LCNotificationUpgradeAp = @"LCNotificationUpgradeAp"; NSString *const LCNotificationPlugInPlanChanged = @"LCNotificationPlugInPlanChanged"; NSString *const LCNotificationSystemAlarmFired = @"LCNotificationSystemAlarmFired"; NSString *const LCNotificationWifiNetWorkChange = @"LCNotificationWifiNetWorkChange"; NSString *const LCNotificationWifiNetWorkDidSwitch = @"LCNotificationWifiNetWorkDidSwitch";//Wi-Fi之间的切æ¢ï¼šå¦‚wifi1切æ¢åˆ°wifi2 NSString *const LCNotificationCountDownEnd = @"LCNotificationCountDownEnd"; NSString *const LCNotificationFriendListChanged = @"LCNotificationFriendListChanged"; NSString *const LCNotificationRemarkNameChanged = @"LCNotificationRemarkNameChanged"; NSString *const LCNotificationCTCallState = @"LCNotificationCTCallState"; NSString *const LCNotificationMessageAlarmFired = @"MESSAGEALARMFIRED"; //todo LCManager ä¸ä¹Ÿæœ‰è¿™ä¸ªå® 需è¦ä¸€èµ·ä¿®æ”¹ NSString *const LCNotificationNewAlarmMsg = @"LCNotificationNewAlarmMsg"; NSString *const LCNotificationNewAlarmMsgFromHome = @"LCNotificationNewAlarmMsgFromHome"; //从首页消æ¯è·³è½¬æ¶ˆæ¯è¯¦æƒ…通知 NSString *const LCNotificationSelectedHomePage = @"LCNotificationSelectedHomePage"; NSString *const LCNotificationNoMsgDetailFromHome = @"LCNotificationNoMsgDetailFromHome"; //点击首页消æ¯è·³è½¬è¯¦æƒ…,ä½†æ— æ¶ˆæ¯è¯¦æƒ…通知 NSString *const LCNotificationNewAlarmMsgNeedUpdateMsgList = @"LCNotificationNewAlarmMsgNeedUpdateMsgList"; //APP内打开推é€çš„通知,更新消æ¯ä¸€çº§åˆ—表 NSString *const LCNotificationNewAlarmMsgRead = @"LCNotificationNewAlarmMsgRead"; //推é€çš„æ–°æ¶ˆæ¯è·³è½¬æ—¶,æ ‡è®°å·²è¯» NSString *const LCNotificationAlarmMsgListChanged = @"LCNotificationAlarmMsgListChanged"; //æŠ¥è¦æ¶ˆæ¯åˆ—è¡¨æ•°æ®æºå˜åŒ– NSString *const LCNotificationNewAlarmMsgUpdateMsgList = @"LCNotificationNewAlarmMsgUpdateMsgList"; //æ”¶åˆ°æŠ¥è¦æ¶ˆæ¯ï¼Œåˆ·æ–°æ¶ˆæ¯ä¸€çº§é¡µé¢ NSString *const LCNotificationAutomaticLogin = @"LCNotificationAutomaticLogin"; NSString *const LCNotificationSettingLinkage = @"LCNotificationSettingLinkage"; NSString *const LCNotificationUpdateLiveShareState = @"LCNotificationUpdateLiveShareState"; NSString *const LCNotificationNewPushCenterMsg = @"LCNotificationNewPushCenterMsg"; //v2.3 推é€ä¸å¿ƒé€šçŸ¥ NSString *const LCNotificationPersonalPushFired = @"LCNotificationPersonalPushFired"; //v2.3 个人推é€é€šçŸ¥ NSString *const LCNotificationPushSoundFuncTipsChanged = @"LCNotificationPushSoundFuncTipsChanged"; //2.5新功能æé†’通知 NSString *const LCNotificationDeviceExceptionChanged = @"@LCNotificationDeviceExceptionChanged"; NSString *const LCNotificationSwitchoverVideoIsReadMessage = @"@LCNotificationSwitchoverVideoIsReadMessage";/**< 切æ¢å½•åƒå·²è¯»æ¶ˆæ¯æ ‡è®° */ NSString *const LCNotificationNewMsgUpdateRedDot = @"LCNotificationNewMsgUpdateRedDot";//更新红点 NSString *const LCNotificationTransferDeviceSuccess = @"LCNotificationTransferDeviceSuccess";//åˆ·æ–°é¦–é¡µæ•°æ® NSString *const LCNotificationAlipayResult = @"LCNotificationAlipayResult"; NSString *const LCNotificationWeixinPayResult = @"LCNotificationWeixinPayResult"; NSString *const LCNotificationLoginSuccessed = @"LCNotificationLoginSuccessed";/**< 登录æˆåŠŸ*/ NSString *const LCNotificationLoginFailed = @"LCNotificationLoginFailed";/**< 登录失败*/ NSString *const LCNotificationLogout = @"LCNotificationLogout";/**< 登出æ“作*/ NSString *const LCNotificationPresentLoginVC = @"LCNotificationPresentLoginVC";/**< 弹出登录页é¢*/ NSString *const LCNotificationShowTouchIDAlertView = @"LCNotificationShowTouchIDAlertView";/**< 弹出TouchIDæé†’*/ NSString *const LCNotificationGoToOpenTouchID = @"LCNotificationGoToOpenTouchID";/**< å‰å¾€TouchIDå¼€å¯ç•Œé¢*/ NSString *const LCNotificationTouchIDLoginBegin = @"LCNotificationTouchIDLoginBegin";/**< 开始TouchID登录*/ NSString *const LCNotificationTouchIDLoginEnd = @"LCNotificationTouchIDLoginEnd";/**< 结æŸTouchID登录*/ NSString *const LCNotificationTouchLoginClose = @"LCNotificationTouchLoginClose";/**< 点击登录页é¢çš„关闿Œ‰é’®*/ NSString *const LCNotificationQueryTimePhoto = @"LCNotificationQueryTimePhoto";/**< æŸ¥è¯¢æ¯æ—¥å½±é›†æƒé™*/ NSString *const LCNotificationDeviceDecryptionUpdated = @"LCNotificationDeviceDecryptionUpdated"; NSString *const LCNotificationCustomVideoDecryptionUpdated = @"LCNotificationCustomVideoDecryptionUpdated"; ///è®¾å¤‡è‡ªå®šä¹‰åŠ å¯†éœ€è¦æ›´æ–°çŠ¶æ€ //定å‘广告通知 NSString *const LCNotificationCustomAd = @"@LCNotificationCustomAd"; NSString *const LCNotificationSkipLaunchAd = @"@LCNotificationSkipLaunchAd"; NSString *const LCNotificationKeyRename = @"LCNotificationKeyRename";//钥匙é‡å‘½å /// æ›´æ–°DHChannel属性 NSString *const DHNotificationUpdateDHChannelProperty = @"DHNotificationUpdateDHChannelProperty"; NSString *const LCNotificationBuyPassengerSuccess = @"LCNotificationBuyPassengerSuccess"; //è´ä¹°å®¢æµç»Ÿè®¡å¥—餿ˆåŠŸ NSString *const LCNotificationBuyShareSuccess = @"LCNotificationBuyShareSuccess"; //è´ä¹°åˆ†äº«å¥—餿ˆåŠŸ NSString *const LCNotificationBuyCloudSuccess = @"LCNotificationBuyCloudSuccess"; //è´ä¹°äº‘套餿ˆåŠŸ NSString *const LCNotificationModifyLoginPasword = @"LCNotificationModifyLoginPasword"; NSString *const LCNotificationGetPushStatusSuccess = @"LCNotificationGetPushStatusSuccess"; NSString *const kLCShowHomePageChannelAndApMessage = @"kLCShowHomePageChannelAndApMessage"; NSString *const LCNotificationWXPay = @"LCNotificationWXPay"; NSString *const LCNotificationNeedUpdateP2PService = @"LCNotificationNeedUpdateP2PService"; //å¸å·æ“作æˆåŠŸé€šçŸ¥ NSString *const LCNotificationThirdBindAccountSuccess = @"LCNotificationThirdBindAccountSuccess"; NSString *const LCNotificationChangeAccountSuccess = @"LCNotificationChangeAccountSuccess"; NSString *const LCNotificationEmailBindPhoneSuccess = @"LCNotificationEmailBindPhoneSuccess"; NSString *const LCNotificationEmailUnbindSuccess = @"LCNotificationEmailUnbindSuccess"; //查询白光相机è¦ç¬›ä¸Žç™½å…‰ç¯çŠ¶æ€ NSString *const LCNotificationDeviceWhiteLightChanged = @"LCNotificationDeviceWhiteLightChanged"; NSString *const LCNotificationDeviceSirenChanged = @"LCNotificationDeviceSirenChanged"; NSString *const LCNotificationDeviceSearchLightChanged = @"LCNotificationDeviceSearchLightChanged"; NSString *const LCNotificationDeviceSearchLightModeChanged = @"LCNotificationDeviceSearchLightModeChanged"; /// 修改了增值æœåС套é¤åˆ·æ–°é¢„览页增值æœåŠ¡æ•°æ® NSString *const LCNotificationDeviceAddedServicesChanged = @"LCNotificationDeviceAddedServicesChanged"; NSString *const LCNotificationDeviceWebNoticeNative = @"LCNotificationDeviceWebNoticeNative"; NSString *const LCNotificationCloudStoragePaySuccess = @"paySuccess"; NSString *const LCNotificationCloudStorageUpdated = @"LCNotificationCloudStorageUpdated"; /// è®¾å¤‡æ·»åŠ èžåˆOMS NSString *const LCNotificationOMSIntrodutionUpdated = @"LCNotificationOMSIntrodutionUpdated"; NSString *const LCNotificationOMSIModelsUpdated = @"LCNotificationOMSIModelsUpdated"; NSString *const LCNotificationADDDeviceSuccess = @"LCNotificationADDDeviceSuccess"; /// æ›´æ–°å•ä¸ªè®¾å¤‡é€šçŸ¥ï¼ˆæ·»åŠ æ·»åŠ å®Œæˆã€æ”¶åˆ°è®¾å¤‡å…±äº«æ—¶å‘é€ï¼‰ NSString *const DHNotificationUpdateDeviceToListById = @"DHNotificationUpdateDeviceToListById"; /// 更新下载tabbar图片通知 NSString *const DHNotificationUpdateTabListGet = @"DHNotificationUpdateTabListGet"; /// 退出账户é‡ç½® 商城ã€å‘现 webView NSString *const DHNotificationResetShopAndDiscovery = @"DHNotificationResetShopAndDiscovery"; /// é‡ç½®è“牙连接所有数æ®çŠ¶æ€ NSString *const DHNotificationResetBLEConnectDataKey = @"DHNotificationResetBLEConnectDataKey"; /// ç½‘å…³æƒ…æ™¯æ¨¡å¼æŽ¨é€ NSString *const LCNotificationGatewayDeviceSceneModeChange = @"LCNotificationGatewayDeviceSceneModeChange"; /// æ›´æ–°SOS 消æ¯çš„处ç†çŠ¶æ€ NSString *const LCNotificationMessageAPSOSAlarmIsStopSosAlarm = @"LCNotificationMessageAPSOSAlarmIsStopSosAlarm"; /// 网关SOS消æ¯è¢«äººå¤„ç†äº† NSString *const LCNotificationMessageAPSOSAlarmIsStopSosAlarmByOther = @"LCNotificationMessageAPSOSAlarmIsStopSosAlarmByOther"; /// 局域网æ–开通知 NSString *const LCNotificationLocalNetworkDisconnect = @"LCNotificationLocalNetworkDisconnect"; /// 设备体验计划开关å˜åŒ– NSString *const LCNotificationDeviceLogStateChange = @"LCNotificationDeviceLogStateChange"; /// äººå½¢æ‘˜è¦ NSString *const LCNotificationCondensedAlarm = @"LCNotificationCondensedAlarm"; ///呼嫿Œ‚æ– NSString *const LCNotificationInterruptCallEvent = @"LCNotificationInterruptCallEvent";