3#include "mc/_HeaderOutputPredefine.h"
15namespace ClientInstanceNavigationHelper {
18MCNAPI
void navigateToCoinPurchaseScreen_AssumingHasQueriedProducts(
19 ::ClientInstanceNavigationHelper::CoinPurchaseScreenParams& params
22MCNAPI
bool navigateToNonGenericKnownPageID(
23 ::StoreDataDrivenScreenParams
const& params,
24 ::StoreDataDrivenScreenController& controller
27MCNAPI
void navigateToStoreDataDrivenScreen(
28 ::StoreDataDrivenScreenParams
const& params,
29 ::StoreDataDrivenScreenController& controller
32MCNAPI
void navigateToStoreDataDrivenScreen(
33 ::StoreDataDrivenScreenParams
const& params,
34 ::ISceneStack& sceneStack,
35 ::ISceneFactory& sceneFactory,
36 ::ILayoutContentRefreshable& existingController
39MCNAPI
void navigateToStoreHomeScreen(
bool isPreGame, ::ISceneStack& sceneStack, ::ISceneFactory& sceneFactory);
41MCNAPI
void popBackToOrCreateNewStoreDataDrivenScreen(
42 ::StoreDataDrivenScreenParams
const& params,
43 ::StoreDataDrivenScreenController& controller
Definition ILayoutContentRefreshable.h:5
Definition ISceneFactory.h:5
Definition ISceneStack.h:5
Definition StoreDataDrivenScreenController.h:5
Definition CoinPurchaseScreenParams.h:7
Definition StoreDataDrivenScreenParams.h:5