loadAd

open fun loadAd()

Loads a instream video ad.

You cannot call loadAd() after destroy() to reuse an already created instance. To reuse it, call loadAd() only without destroy().


open fun loadAd(adCallResponse: AdCallResponse)

This is same as loadAd

In internal builds, this skips the network call and uses the provided response directly. In external builds, the adCallResponse is ignored and loadAd is called.

Parameters

adCallResponse

The AdCallResponse to use for loading but not used.