Package 

Interface AdSource.Interstitial

  • All Implemented Interfaces:
    org.bidon.sdk.adapter.AdSource , org.bidon.sdk.adapter.impl.AdEventFlow , org.bidon.sdk.stats.StatisticsCollector

    
    public interface AdSource.Interstitial<T extends AdAuctionParams>
     implements AdSource<T>
                        
    • Method Summary

      Modifier and Type Method Description
      abstract Unit show(Activity activity) DTExchange, Applovin, UnityAds need Activity instance for displaying ad 🤦‍️
      abstract Boolean getIsAdReadyToShow()
      abstract DemandAd getDemandAd()
      abstract DemandId getDemandId()
      abstract String getAuctionId()
      abstract SharedFlow<AdEvent> getAdEvent()
      • Methods inherited from class org.bidon.sdk.adapter.AdSource.Interstitial

        destroy, getAuctionParam, load
      • Methods inherited from class org.bidon.sdk.adapter.AdSource

        addAuctionConfigurationId, addAuctionConfigurationUid, addDemandId, addExternalWinNotificationsEnabled, addRoundInfo, canSendWinLoseNotifications, emitEvent, getAd, getStats, markBelowPricefloor, markFillFinished, markFillStarted, markLoss, markWin, markWinLoseNotificationsSent, sendClickImpression, sendLoss, sendRewardImpression, sendShowImpression, sendWin, setDsp, setPrice, setStatisticAdType, setTokenInfo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait