-
- All Implemented Interfaces:
-
org.bidon.sdk.adapter.AdSource,org.bidon.sdk.adapter.AdSource.Banner,org.bidon.sdk.adapter.impl.AdEventFlow,org.bidon.sdk.stats.StatisticsCollector
public final class MetaBannerImpl implements AdSource.Banner<MetaBannerAuctionParams>, AdEventFlow, StatisticsCollector
Created by Aleksei Cherniaev on 08/08/2023.
-
-
Constructor Summary
Constructors Constructor Description MetaBannerImpl()
-
Method Summary
Modifier and Type Method Description BooleangetIsAdReadyToShow()SharedFlow<AdEvent>getAdEvent()StringgetAuctionId()DemandAdgetDemandAd()DemandIdgetDemandId()Result<AdAuctionParams>getAuctionParam(AdAuctionParamSource auctionParamsScope)Unitload(MetaBannerAuctionParams adParams)Unitdestroy()AdViewHoldergetAdView()-
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
-
-
Method Detail
-
getIsAdReadyToShow
Boolean getIsAdReadyToShow()
-
getAdEvent
SharedFlow<AdEvent> getAdEvent()
-
getAuctionId
String getAuctionId()
-
getDemandAd
DemandAd getDemandAd()
-
getDemandId
DemandId getDemandId()
-
getAuctionParam
Result<AdAuctionParams> getAuctionParam(AdAuctionParamSource auctionParamsScope)
-
load
Unit load(MetaBannerAuctionParams adParams)
-
getAdView
AdViewHolder getAdView()
-
-
-
-