public interface BannerRequestCompletionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onRequestCompleted(BannerPlacementLayout layout,
BannerRequestError error)
Called when the banner request is finished.
|
void onRequestCompleted(BannerPlacementLayout layout, BannerRequestError error)
layout - Banner layout if request succeeded, null otherwise.error - If request fails error indicating the cause of failure, null for successful requests.