Interface AuctioneerListener
-
- All Implemented Interfaces:
public interface AuctioneerListener
-
-
Method Summary
Modifier and Type Method Description abstract UnitonNoAdToLoad(Integer errorCode, String errorReason)abstract UnitonAuctionSuccess(List<AuctionResponseItem> newWaterfall, Map<String, AdInstancePayload> adInstancePayloads, String auctionId, AuctionResponseItem genericNotifications, JSONObject genericParams, JSONObject configurations, Integer auctionTrial, Long elapsedTime, Integer troubleshootErrorCode, String troubleshootErrorMessage, AdInstance preloadedInstance)abstract UnitonAuctionFailed(Integer errorCode, String errorMessage, Integer auctionTrial, String auctionFallback, Long elapsedTime, AdInstance preloadedInstance)-
-
Method Detail
-
onNoAdToLoad
abstract Unit onNoAdToLoad(Integer errorCode, String errorReason)
-
onAuctionSuccess
abstract Unit onAuctionSuccess(List<AuctionResponseItem> newWaterfall, Map<String, AdInstancePayload> adInstancePayloads, String auctionId, AuctionResponseItem genericNotifications, JSONObject genericParams, JSONObject configurations, Integer auctionTrial, Long elapsedTime, Integer troubleshootErrorCode, String troubleshootErrorMessage, AdInstance preloadedInstance)
-
onAuctionFailed
abstract Unit onAuctionFailed(Integer errorCode, String errorMessage, Integer auctionTrial, String auctionFallback, Long elapsedTime, AdInstance preloadedInstance)
-
-
-
-