Interface BidRequesterListener
-
public interface BidRequesterListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(AdException exception)voidonFetchCompleted(BidResponse response)
-
-
-
Method Detail
-
onFetchCompleted
void onFetchCompleted(BidResponse response)
-
onError
void onError(AdException exception)
-
-