Package com.intentsoftware.addapptr
Interface BannerRequestDelegate
-
- All Implemented Interfaces:
public interface BannerRequestDelegateThe delegate that can be used to customize the banner request with regards to keyword targeting. If no delegate is set, all networks will get the targeting information.
-
-
Method Summary
Modifier and Type Method Description abstract BooleanshouldUseTargeting(BannerRequest request, AdNetwork network)Decides if for a given request and AdNetwork the targeting information should be passed. -
-
Method Detail
-
shouldUseTargeting
abstract Boolean shouldUseTargeting(BannerRequest request, AdNetwork network)
Decides if for a given request and AdNetwork the targeting information should be passed.
- Parameters:
request- The BannerRequest for which the decision is being made.network- The AdNetwork for which the decision is being made.- Returns:
True if targeting should be used, false otherwise.
-
-
-
-