Interface MediationNativeAdConfig

All Superinterfaces:
MediationAdConfig

public interface MediationNativeAdConfig extends MediationAdConfig
Implementation of this interface will be passed to mediation adapters
  • Method Details

    • isAutoLoadImages

      @Deprecated boolean isAutoLoadImages()
      Deprecated.
      Returns:
      should load images right when ads loads
    • isAutoLoadVideo

      @Deprecated boolean 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
      See Also:
    • getAdChoicesPlacement

      int getAdChoicesPlacement()
      An implementation will return actual adChoices placement for mediation config
      Returns:
      current adChoices placement
      See Also:
    • getMenuFactory

      @Nullable MenuFactory getMenuFactory()
      Returns:
      menuFactory to display adChoices options
      See Also: