Interface WaterfallOperations
-
- All Implemented Interfaces:
public interface WaterfallOperations
-
-
Method Summary
Modifier and Type Method Description abstract UnithandlePrepareShow(AdInstance instance)abstract UnitdestroyReadyToShowInstances()BooleanisLoadedAdAvailable()AdInstanceselectInstanceToShowByIndex(Integer index)-
-
Method Detail
-
handlePrepareShow
abstract Unit handlePrepareShow(AdInstance instance)
-
destroyReadyToShowInstances
abstract Unit destroyReadyToShowInstances()
-
isLoadedAdAvailable
Boolean isLoadedAdAvailable()
-
selectInstanceToShowByIndex
AdInstance selectInstanceToShowByIndex(Integer index)
-
-
-
-