// // TFNotificationConfig.h // TFReader // // Created by 谢腾飞 on 2020/12/21. // Copyright © 2020 xtfei_2011@126.com. All rights reserved. // #ifndef TFNotificationConfig_h #define TFNotificationConfig_h // 登录成功 #define Notification_Login_Success @"login_success_notification" // 退出登录 #define Notification_Logout @"logout_notification" #define NSNotification_Rack_JumpToMallCenter @"rack_jump_to_mall_center_notification" #define NSNotification_Reader_Back @"reader_back_notification" #define NSNotification_Reader_Push @"reader_push_notification" #define NSNotification_Hidden_ToolNav @"hidden_tool_nav_notification" #define NSNotification_Hidden_Bottom_ToolNav @"hidden_bottom_tool_nav_notification" #define NSNotification_Retry_Chapter @"retry_chapter_notification" #define NSNOtification_Book_Mark @"NSNOtification_Book_Mark" #define NSNotification_EmptyView_Changed @"empty_view_changed_notification" #define k_Chapter_RequstFail @"no_word_request" #define Notification_beginDragging @"BeginDragging_notification" #define NSNotification_WeChat_OnResp @"wechat_onResp_notification" #define Notification_Reload_BookDetail @"reload_bookDetail_notification" #define Notification_Avatar_Changed @"avatar_changed_notification" #define Notification_NickName_Changed @"nickname_changed_notification" #define Notification_Hidden_Tabbar @"hidden_tabbar_notification" #define Notification_Show_Tabbar @"show_tabbar_notification" #define Notification_Show_PayView @"show_pay_view_notification" #define Notification_Review_State @"in_review_state_notification" #define Notification_Insterest_Change @"insterest_state_change_notification" #define Notification_Change_Tabbar_Index @"change_tabbar_index_notification" #define Notification_Recharge_Success @"recharge_success_notification" #define Notification_Show_Assistive @"show_assistive_touch_view_notification" #define Notification_Push_UserInfo @"push_to_userInfo_notification" #define Notification_Push_To_Book_Detail_Animation @"push_to_book_detail_animation_notification" #define Notification_Push_To_Download @"push_to_download_notification" #define Notification_Reload_Download_State @"reload_download_state_notification" #define Notification_Channel_Change @"channel_change_notification" #define Notification_Production_Pay_Success @"comic_pay_success_notification" #define Notification_Reload_Rack_Production @"reload_book_rack_notification" #define Notification_Reload_Mall_Hot_Word @"reload_mall_hot_word_notification" #define Notification_Check_Setting_Update @"check_setting_upload_notification" #define Notification_Change_Audio_Chapter @"xtfei_change_audio_chapter" #define Notification_Change_AiBook_Chapter @"xtfei_change_aibook_chapter" #define Notification_Audio_Check_Recommend @"xtfei_audio_check_recommend" #define Notification_Restore_Network @"Notification_Restore_Network" #define Notification_Can_Leave_Top @"xtfei_can_leave_top_notification" #define Notification_Audio_Can_Leave_Top @"xtfei_audio_can_leave_top_notification" #define Notification_Directory_Move @"xtfei_directiory_move_notification" #define Notification_Switch_Chapter @"xtfei_switch_chapter_notification" #define Notification_Pop_Comic_Reader @"xtfei_pop_comi_reader_notification" #define Notification_Push_To_Comments @"xtfei_push_to_comments_notification" #define Notification_Push_To_Directory @"xtfei_push_to_directory_notification" #define Notification_Reader_Scroll_To_Top @"xtfei_reader_view_scroll_to_top_notification" #define Notification_Push_To_Comic_Download @"xtfei_push_to_comic_download_notification" #define Notification_Change_Barrage @"Notification_Change_Barrage" #define NSNotification_Updata_Read_Record @"xtfei_updata_read_record_notification" #define NSNotification_Auto_Buy_Audio_Chapter @"xtfei_auto_buy_audio_chapter_notification" // 阅读器广告隐藏状态 #define Notification_Reader_Ad_Hidden @"Notification_Reader_Ad_Hidden" // 广告页面全屏翻页 #define Notification_Reader_Ad_TurnThePage @"Notification_Reader_Ad_TurnThePage" // 清空播放机缓存信息 #define Notification_Reset_Player_Inof @"xtfei_reset_player_info_notification" // 分享成功 #define Notification_Share_Success @"Notification_Share_Success" // 开启关闭弹幕功能 #define Notification_Switch_Barrage @"xtfei_switch_barrage_notification" // 小说发现页面限时免费结束 #define Notification_EndOfTimeLimit @"Notification_EndOfTimeLimit" // 更新目录锁按钮 #define Notification_ChangeLock @"Notification_ChangeLock" // 切换APP语言 #define Notification_Switch_Language @"Notification_Switch_Language" #endif /* TFNotificationConfig_h */