public override void SetUpReference()
        {
            IADPopUp adPopUp = adPopUpAdaptor.GetADPopUp();

            thisADManager.SetADPopUp(adPopUp);

            IADStatusPopUp adStatusPopUp = adStatusPopUpAdaptor.GetADStatusPopUp();

            thisADManager.SetADStatusPopUp(adStatusPopUp);

            IEndGamePane pane = endGamePaneAdaptor.GetEndGamePane();

            thisADManager.SetEndGamePane(pane);

            IInterstitialADManager intersitialADManager = interstitialADManagerAdaptor.GetInterstitialADManager();

            thisADManager.SetInterstitialADManager(intersitialADManager);
        }
Ejemplo n.º 2
0
 public void SetADPopUp(IADPopUp popUp)
 {
     thisADPopUp = popUp;
 }