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.Methods inherited from interface com.my.target.mediation.MediationAdConfig
getAdNetworkConfig, getAge, getGender, getPayload, getPlacementId, getPrivacy, getServerParams, isUserAgeRestricted, isUserConsent, isUserConsentSpecified
-
Method Details
-
isAutoLoadImages
Deprecated.- Returns:
- should load images right when ads loads
-
isAutoLoadVideo
Deprecated.- 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
Value is
CachePolicy.ALL,CachePolicy.IMAGE,CachePolicy.VIDEO, orCachePolicy.NONE - See Also:
-
getAdChoicesPlacement
int getAdChoicesPlacement()An implementation will return actual adChoices placement for mediation config- Returns:
- current adChoices placement
Value is
AdChoicesPlacement.TOP_RIGHT,AdChoicesPlacement.TOP_LEFT,AdChoicesPlacement.BOTTOM_RIGHT,AdChoicesPlacement.BOTTOM_LEFT,AdChoicesPlacement.MANUAL, orAdChoicesPlacement.DRAWING_MANUAL - See Also:
-
getMenuFactory
MenuFactory getMenuFactory()- Returns:
- menuFactory to display adChoices options
- See Also:
-
MediationNativeAdConfig#getCachePolicy()