loadRewardedVideo

Loads a rewarded ad. This call is asynchronous. Note: if this SASRewardedVideoManager already is in a loadAd() call that has not yet finished, any subsequent loadRewardedVideo call will fail with exception SASPendingRequestException. The only way to cancel a pending loadRewardedVideo call is to call the reset method.


open fun loadRewardedVideo(@Nullable securedTransactionToken: String)

Loads a rewarded ad using a secured transaction token passed to Smart delivery servers. This call is asynchronous. Note: if this SASRewardedVideoManager already is in a loadRewardedVideo() call that has not yet finished, any subsequent loadRewardedVideo() call will fail with exception SASPendingRequestException. The only way to cancel a pending loadRewardedVideo() call is to call the reset method.

Parameters

securedTransactionToken

the secured transaction token passed in the ad call.


open fun loadRewardedVideo(@NonNull bidderAdapter: SASBidderAdapter)

Loads and display a rewarded video ad using a bidder adapter. This call is asynchronous. Note: if this SASRewardedVideoManager already is in a loadRewardedVideo() call that has not yet finished, any subsequent loadRewardedVideo() call will fail with exception SASPendingRequestException. The only way to cancel a pending loadRewardedVideo() call is to call the reset method.

Parameters

bidderAdapter

the bidder adapter to pass to the ad call


open fun loadRewardedVideo(@Nullable bidderAdapter: SASBidderAdapter, @Nullable securedTransactionToken: String)

Loads and display a rewarded video ad using a bidder adapter. This call is asynchronous. Note: if this SASRewardedVideoManager already is in a loadRewardedVideo() call that has not yet finished, any subsequent loadRewardedVideo() call will fail with exception SASPendingRequestException. The only way to cancel a pending loadRewardedVideo() call is to call the reset method.

Parameters

bidderAdapter

the bidder adapter to pass to the ad call

securedTransactionToken

the secured transaction token passed in the ad call.