| | |
| | | public const string LOGIN_AD_TIP = "LoginAdTip"; |
| | | public const string PASS_SKILL_REDPOINT = "PassSkillRedpoint"; |
| | | public const string VIP_GIFT_REDPOINT = "VipGiftRedpoint"; |
| | | public const string MULTIPLE_EXP_REDPOINT = "MultipleExpRedpoint"; |
| | | public const string POTENTIAL_NO_NOTIFY = "PotentialNoNotify"; |
| | | public const string FLASHSALE_REDPOINT = "FlashSale_Redpoint"; |
| | | public const string OSTIMEGIFT_REDPOINT = "OSTimeGift_Redpoint"; |
| | | public const string TRIALEXCHANGE_REDPOINT = "TrialExchange_Redpoint"; |
| | | public Dictionary<string, int[]> dayRemindDic = new Dictionary<string, int[]>(); |
| | | |
| | | public bool GetDayRemind(string _remindKey) |
| | |
| | | SetDayRemind(LOGIN_AD_TIP); |
| | | SetDayRemind(PASS_SKILL_REDPOINT); |
| | | SetDayRemind(VIP_GIFT_REDPOINT); |
| | | SetDayRemind(MULTIPLE_EXP_REDPOINT); |
| | | SetDayRemind(POTENTIAL_NO_NOTIFY); |
| | | SetDayRemind(FLASHSALE_REDPOINT); |
| | | SetDayRemind(OSTIMEGIFT_REDPOINT); |
| | | SetDayRemind(TRIALEXCHANGE_REDPOINT); |
| | | } |
| | | |
| | | private void SetDayRemind(string _key) |