public interface LoadCallback<T extends Advertisement>
Modifier and Type | Method and Description |
---|---|
void |
onError(java.lang.Throwable e)
Called on a download failure.
|
void |
onLoad(T ad)
Called on a successful download.
|
void onLoad(T ad)
ad
- Ad that was downloaded from the server.void onError(java.lang.Throwable e)
e
- Exception that was thrown while downloading the ad.