Package com.my.target.mediation
Interface MediationNativeAdConfig
- 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 configbooleanDeprecated.booleanDeprecated.usegetCachePolicy()Methods inherited from interface com.my.target.mediation.MediationAdConfig
getAdNetworkConfig, getAge, getGender, getPayload, getPlacementId, getPrivacy, getServerParams, isUserAgeRestricted, isUserConsent, isUserConsentSpecified
-
Method Details
-
isAutoLoadImages
Deprecated.usegetCachePolicy()- Returns:
- should load images right when ads loads
-
isAutoLoadVideo
Deprecated.usegetCachePolicy()- Returns:
- should load video right when ads loads
-
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:
-
getCachePolicy()