コード例 #1
0
        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);
        }
コード例 #2
0
 public void SetADStatusPopUp(IADStatusPopUp popUp)
 {
     thisADStatusPopUp = popUp;
 }