Package 

Interface AdSource

    • Method Summary

      Modifier and Type Method Description
      abstract Unit load(T adParams)
      abstract Unit destroy()
      abstract Result<AdAuctionParams> getAuctionParam(AdAuctionParamSource auctionParamsScope)
      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

        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