BannerCacheConfiguration

Constructors

Link copied to clipboard
constructor(placementName: String, size: Int)

Creates the configuration object to be used when creating BannerCache

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sets optional cache delegate.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The configuration that will be used when requesting new banners.

Link copied to clipboard

The failure retry interval in seconds

Link copied to clipboard
val size: Int

Functions

Link copied to clipboard
fun setMinimumDelay(minDelay: Int)

Sets the minimum delay between two banner consumptions. 1s by default.

Link copied to clipboard
fun setShouldCacheAdditionalAdAtStart(shouldCacheAdditionalAdAtStart: Boolean)

Defines if the cache should load additional ad at the beginning.

Link copied to clipboard
open override fun toString(): String