Class FullscreenAdController
-
- All Implemented Interfaces:
-
com.unity3d.mediation.internal.ads.controllers.adunits.listeners.AdUnitListener,com.unity3d.mediation.internal.ads.controllers.adunits.listeners.FullscreenAdUnitListener,com.unity3d.mediation.internal.ads.controllers.strategies.fullscreen.FullscreenAdUnitStrategyListener
public final class FullscreenAdController extends AdController implements FullscreenAdUnitListener, FullscreenAdUnitStrategyListener
-
-
Field Summary
Fields Modifier and Type Field Description private final ISdkConfigServicesdkConfigService
-
Constructor Summary
Constructors Constructor Description FullscreenAdController(FullscreenAdControllerListener listener, AdTools adTools, AdProperties adProperties, FullscreenLoadingStrategy.Factory adUnitStrategyFactory, FullscreenAdUnitFactory fullscreenAdUnitFactory)
-
Method Summary
Modifier and Type Method Description final UnitloadAd()final UnitshowAd(Activity activity, Placement placement)UnitonLoaded(LevelPlayAdInfo adInfo)UnitonLoadFailed(IronSourceError error)UnitonAdInfoChanged(LevelPlayAdInfo adInfo)UnitonDisplaySuccess(LevelPlayAdInfo adInfo)UnitonDisplayFailed(IronSourceError error)UnitonClicked()UnitonClosed()UnitonRewarded(LevelPlayReward reward)UnitonAdExpired()-
-
Constructor Detail
-
FullscreenAdController
FullscreenAdController(FullscreenAdControllerListener listener, AdTools adTools, AdProperties adProperties, FullscreenLoadingStrategy.Factory adUnitStrategyFactory, FullscreenAdUnitFactory fullscreenAdUnitFactory)
-
-
Method Detail
-
onLoaded
Unit onLoaded(LevelPlayAdInfo adInfo)
-
onLoadFailed
Unit onLoadFailed(IronSourceError error)
-
onAdInfoChanged
Unit onAdInfoChanged(LevelPlayAdInfo adInfo)
-
onDisplaySuccess
Unit onDisplaySuccess(LevelPlayAdInfo adInfo)
-
onDisplayFailed
Unit onDisplayFailed(IronSourceError error)
-
onRewarded
Unit onRewarded(LevelPlayReward reward)
-
onAdExpired
Unit onAdExpired()
-
-
-
-