Interface MediationNativeBannerAdConfig

  • All Superinterfaces:
    MediationAdConfig

    public interface MediationNativeBannerAdConfig
    extends MediationAdConfig
    Implementation of this interface will be passed to mediation adapters
    • Method Detail

      • getCachePolicy

        int getCachePolicy()
        An implementation will return actual cache policy for mediation config
        Returns:
        current cache policy
        See Also:
        CachePolicy
      • getAdChoicesPlacement

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

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