public interface BannerPlacement
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(BannerRequest request)
Cancels the given banner request.
|
void |
countAdSpace()
Counts the adspace for statistics.
|
void |
requestAd(BannerRequest request,
BannerRequestCompletionListener listener)
Requests a new banner ad.
|
void requestAd(BannerRequest request, BannerRequestCompletionListener listener)
request - BannerRequest instance. Can not be null.listener - BannerRequestCompletionListener instance that will be called when the request finishes. Can not be null.void cancel(BannerRequest request)
request - Request that should be canceled.void countAdSpace()