enablePreloading property
bool?
get
enablePreloading
If set, the SDK will instruct the player to load the creative in response to AdsManager.init.
This allows the player to preload the ad at any point before AdsManager.start.
If null, the platform will decide the default value.
Implementation
bool? get enablePreloading => platform.params.enablePreloading;