public static interface RewardedInterstitialAd.RewardedInterstitialAdLoadConfigBuilder extends Ad.LoadConfigBuilder
Modifier and Type | Method and Description |
---|---|
RewardedInterstitialAd.RewardedInterstitialLoadAdConfig |
build()
Builds a
RewardedInterstitialAd.RewardedInterstitialLoadAdConfig that can be used to
load an ad. |
RewardedInterstitialAd.RewardedInterstitialAdLoadConfigBuilder |
withAdListener(RewardedInterstitialAdListener adListener)
Sets an RewardedInterstitialAdListener to be notified on events in control lifecycle.
|
RewardedInterstitialAd.RewardedInterstitialAdLoadConfigBuilder |
withBid(java.lang.String bidPayload)
Instructs to load an ad from the payload supplied with in a bid response.
|
RewardedInterstitialAd.RewardedInterstitialAdLoadConfigBuilder |
withFailOnCacheFailureEnabled(boolean failOnCacheFailureEnabled)
Specifies if load should fail when assets were not cached successfully.
|
RewardedInterstitialAd.RewardedInterstitialAdLoadConfigBuilder |
withRewardData(RewardData rewardData)
Specifies
RewardData for the ad. |
RewardedInterstitialAd.RewardedInterstitialAdLoadConfigBuilder withBid(java.lang.String bidPayload)
withBid
in interface Ad.LoadConfigBuilder
bidPayload
- The payload supplied in a bid response.RewardedInterstitialAd.RewardedInterstitialAdLoadConfigBuilder
for chaining.RewardedInterstitialAd.RewardedInterstitialAdLoadConfigBuilder withFailOnCacheFailureEnabled(boolean failOnCacheFailureEnabled)
failOnCacheFailureEnabled
- fail if assets were not cached successfully.RewardedInterstitialAd.RewardedInterstitialAdLoadConfigBuilder
for chaining.RewardedInterstitialAd.RewardedInterstitialAdLoadConfigBuilder withRewardData(RewardData rewardData)
RewardData
for the ad.rewardData
- reward data for the ad.RewardedInterstitialAd.RewardedInterstitialAdLoadConfigBuilder
for chaining.RewardedInterstitialAd.RewardedInterstitialAdLoadConfigBuilder withAdListener(RewardedInterstitialAdListener adListener)
adListener
- the listener.RewardedInterstitialAd.RewardedInterstitialAdLoadConfigBuilder
for chaining.RewardedInterstitialAd.RewardedInterstitialLoadAdConfig build()
RewardedInterstitialAd.RewardedInterstitialLoadAdConfig
that can be used to
load an ad.build
in interface Ad.LoadConfigBuilder
RewardedInterstitialAd.RewardedInterstitialLoadAdConfig
to be used as parameter to RewardedInterstitialAd.loadAd(RewardedInterstitialLoadAdConfig)
.