Package com.my.target.mediation
Interface MediationNativeBannerAdConfig
- All Superinterfaces:
MediationAdConfig
Implementation of this interface will be passed to mediation adapters
-
Method Summary
Modifier and TypeMethodDescriptionintAn implementation will return actual adChoices placement for mediation configintAn implementation will return actual cache policy for mediation configMethods inherited from interface com.my.target.mediation.MediationAdConfig
getAdNetworkConfig, getAge, getGender, getPayload, getPlacementId, getPrivacy, getServerParams, isUserAgeRestricted, isUserConsent, isUserConsentSpecified
-
Method Details
-
getCachePolicy
int getCachePolicy()An implementation will return actual cache policy for mediation config- Returns:
- current cache policy
- See Also:
-
getAdChoicesPlacement
int getAdChoicesPlacement()An implementation will return actual adChoices placement for mediation config- Returns:
- current adChoices placement
- See Also:
-
getMenuFactory
- Returns:
- menuFactory to display adChoices options
- See Also:
-