Class ShowPriorityWaterfallReporter
-
- All Implemented Interfaces:
public class ShowPriorityWaterfallReporter extends WaterfallReporter
-
-
Constructor Summary
Constructors Constructor Description ShowPriorityWaterfallReporter(AdUnitTools adTools, OutcomeReporter outcomeReporter, WaterfallInstances waterfallInstances, AdInstanceLoadStrategy adInstanceLoadStrategy)
-
Method Summary
Modifier and Type Method Description UnitreportShowAd(AdInstance instanceToShow)UnitreportOnReadyToShow(AdInstance instance)UnitreportAdInstanceLoadSuccess(AdInstance instance)UnitreportWaterfallLoadCompleted()-
-
Constructor Detail
-
ShowPriorityWaterfallReporter
ShowPriorityWaterfallReporter(AdUnitTools adTools, OutcomeReporter outcomeReporter, WaterfallInstances waterfallInstances, AdInstanceLoadStrategy adInstanceLoadStrategy)
-
-
Method Detail
-
reportShowAd
Unit reportShowAd(AdInstance instanceToShow)
-
reportOnReadyToShow
Unit reportOnReadyToShow(AdInstance instance)
-
reportAdInstanceLoadSuccess
Unit reportAdInstanceLoadSuccess(AdInstance instance)
-
reportWaterfallLoadCompleted
Unit reportWaterfallLoadCompleted()
-
-
-
-