-
public interface BidRequesterListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonFetchCompleted(BidResponse response)abstract voidonError(AppstockAdException exception)-
-
Method Detail
-
onFetchCompleted
abstract void onFetchCompleted(BidResponse response)
-
onError
abstract void onError(AppstockAdException exception)
-
-
-
-