load Ad
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().
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
ad Call Response
The AdCallResponse to use for loading but not used.