def navigateToStore(self):
     if self._currentTabId == STORAGE_CONSTANTS.INVENTORY_TAB_ALL:
         showShop()
     if self._currentTabId == STORAGE_CONSTANTS.INVENTORY_TAB_EQUIPMENT:
         showShop(getBuyOptionalDevicesUrl())
     elif self._currentTabId == STORAGE_CONSTANTS.INVENTORY_TAB_CONSUMABLE:
         showShop(getBuyEquipmentUrl())
 def navigateToStore(self):
     showShop(getBuyEquipmentUrl())
Beispiel #3
0
def showShopEquipment():
    showShop(shop_helpers.getBuyEquipmentUrl())
Beispiel #4
0
def showBuyEquipmentOverlay(itemId,
                            source=None,
                            origin=None,
                            alias=VIEW_ALIAS.OVERLAY_WEB_STORE):
    showBuyItemWebView(helpers.getBuyEquipmentUrl(), itemId, source, origin,
                       alias)