Beispiel #1
0
 def __onLinkClick(self, args):
     viewModel = args.get('viewId')
     if int(viewModel) == ARENA_BONUS_TYPE.REGULAR:
         showDailyQuests(subTab=DailyTabs.QUESTS)
     self.destroyWindow()
 def __onGoToQuestsView(self):
     if isPremiumQuestsEnable():
         showDailyQuests(subTab=DailyTabs.PREMIUM_MISSIONS)
Beispiel #3
0
def _showDailyQuestsTab():
    events_dispatcher.showDailyQuests(subTab=DailyTabs.QUESTS)
Beispiel #4
0
 def __onQuestClick(self):
     showDailyQuests(subTab=DailyTabs.QUESTS)
Beispiel #5
0
 def __onQuestsBtnClick(self):
     self.__flowlogger.logPageButtonsClick()
     showDailyQuests(subTab=DailyTabs.QUESTS)
     self.__onWindowClose()
Beispiel #6
0
 def __onMissionClick(self):
     showDailyQuests(subTab=DailyTabs.QUESTS)
Beispiel #7
0
 def __onQuestsBtnClick(self):
     se_events.showDailyQuests(subTab=DailyTabs.QUESTS)