BannerRefreshPolicy

sealed interface BannerRefreshPolicy(source)

Controls how banner ads are refreshed. Choose based on whether you want server-driven, client-timer, or manual refresh.

See also

Inheritors

Types

Link copied to clipboard

AdMob server controls refresh via the AdMob UI. No client-side timer.

Link copied to clipboard

No automatic reload. Call BannerAdController.refresh manually.

Link copied to clipboard
data class SdkManaged(val interval: Duration) : BannerRefreshPolicy

Client-side timer reload (app-driven, despite the historical name). Interval must be between 30s and 120s per AdMob policy.