Class WaterfallReporter
-
- All Implemented Interfaces:
public abstract class WaterfallReporter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classWaterfallReporter.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static WaterfallReporter.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description WaterfallReporter(AdTools adTools, OutcomeReporter outcomeReporter)
-
Method Summary
Modifier and Type Method Description final UnitreportShowAd(AdInstance instanceToShow, List<AdInstance> orderedInstances)abstract UnitreportShowAd(AdInstance instanceToShow)final UnitreportAdInstanceOpened(AdInstance instance, String placementName, IronsourceObjectPublisherDataHolder publisherDataHolder)abstract UnitreportOnReadyToShow(AdInstance instance)abstract UnitreportAdInstanceLoadSuccess(AdInstance instance)abstract UnitreportWaterfallLoadCompleted()-
-
Constructor Detail
-
WaterfallReporter
WaterfallReporter(AdTools adTools, OutcomeReporter outcomeReporter)
-
-
Method Detail
-
reportShowAd
final Unit reportShowAd(AdInstance instanceToShow, List<AdInstance> orderedInstances)
-
reportShowAd
abstract Unit reportShowAd(AdInstance instanceToShow)
-
reportAdInstanceOpened
final Unit reportAdInstanceOpened(AdInstance instance, String placementName, IronsourceObjectPublisherDataHolder publisherDataHolder)
-
reportOnReadyToShow
abstract Unit reportOnReadyToShow(AdInstance instance)
-
reportAdInstanceLoadSuccess
abstract Unit reportAdInstanceLoadSuccess(AdInstance instance)
-
reportWaterfallLoadCompleted
abstract Unit reportWaterfallLoadCompleted()
-
-
-
-