Interface WaterfallShowStrategy
-
- All Implemented Interfaces:
public interface WaterfallShowStrategy
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWaterfallShowStrategy.Factory
-
Method Summary
Modifier and Type Method Description abstract RecoveryStatusgetRecoveryStatus()abstract UnitprepareShow(AdInstance it)abstract UnitcleanUp()AdInstanceselectInstanceToShow()-
-
Method Detail
-
getRecoveryStatus
abstract RecoveryStatus getRecoveryStatus()
-
prepareShow
abstract Unit prepareShow(AdInstance it)
-
selectInstanceToShow
AdInstance selectInstanceToShow()
-
-
-
-