load Ad
Loads an ad in this SASAdView. This call is asynchronous. Note: if this SASAdView already is in a loadAd() call that has not yet finished, any subsequent loadAd call will fail with exception SASPendingRequestException. The only way to cancel a pending loadAd call is to call the reset method.
Parameters
the ad placement to use when loading an ad
Loads an ad in this SASAdView. This call is asynchronous. Note: if this SASAdView already is in a loadAd() call that has not yet finished, any subsequent loadAd call will fail with exception SASPendingRequestException. The only way to cancel a pending loadAd call is to call the reset method.
Parameters
the ad placement to use when loading an ad
the secured transaction token passed in the ad call.
Loads an ad in this SASAdView using a bidder adapter. This call is asynchronous. Note: if this SASAdView already is in a loadAd() call that has not yet finished, any subsequent loadAd call will fail with exception SASPendingRequestException. The only way to cancel a pending loadAd call is to call the reset method.
Parameters
the ad placement to use when loading an ad
the bidder adapter to pass to the ad call
Loads an ad in this SASAdView using a bidder adapter. This call is asynchronous. Note: if this SASAdView already is in a loadAd() call that has not yet finished, any subsequent loadAd call will fail with exception SASPendingRequestException. The only way to cancel a pending loadAd call is to call the reset method.
Parameters
the ad placement to use when loading an ad
the bidder adapter to pass to the ad call
the secured transaction token passed in the ad call.
Loads the ad contained in the adElementWrapper of the given SASBiddingAdResponse.
Parameters
The SASBiddingAdResponse to use.