public interface BannerRequestDelegate
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldUseTargeting(BannerRequest request,
AdNetwork network)
Decides if for a given request and
AdNetwork the targeting information should be passed. |
boolean shouldUseTargeting(BannerRequest request, AdNetwork network)
AdNetwork the targeting information should be passed.request - The BannerRequest for which the decission is being made.network - The AdNetwork for which the decission is being made.