sdkInitTimeout property

Duration sdkInitTimeout
final

How long to wait for MobileAds.initialize() before loading anyway.

Waiting for initialization is what lets every mediation adapter bid on the first request, but a slow adapter must not hold the first impression hostage. Google publishes the same tradeoff as a "reduce first impression latency" snippet: race initialization against a five second timer and load when either finishes.

Implementation

final Duration sdkInitTimeout;