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); }
public void SetADStatusPopUp(IADStatusPopUp popUp) { thisADStatusPopUp = popUp; }