-
- All Implemented Interfaces:
-
org.bidon.sdk.adapter.AdSource,org.bidon.sdk.adapter.impl.AdEventFlow,org.bidon.sdk.stats.StatisticsCollector
public interface AdSource.Rewarded<T extends AdAuctionParams> implements AdSource<T>
-
-
Method Summary
Modifier and Type Method Description abstract Unitshow(Activity activity)abstract BooleangetIsAdReadyToShow()abstract DemandAdgetDemandAd()abstract DemandIdgetDemandId()abstract StringgetAuctionId()abstract SharedFlow<AdEvent>getAdEvent()-
Methods inherited from class org.bidon.sdk.adapter.AdSource.Rewarded
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
-
-
Method Detail
-
getIsAdReadyToShow
abstract Boolean getIsAdReadyToShow()
-
getDemandAd
abstract DemandAd getDemandAd()
-
getDemandId
abstract DemandId getDemandId()
-
getAuctionId
abstract String getAuctionId()
-
getAdEvent
abstract SharedFlow<AdEvent> getAdEvent()
-
-
-
-