public static interface RewardedVideoAd.RewardedVideoAdLoadConfigBuilder extends Ad.LoadConfigBuilder
| Modifier and Type | Method and Description |
|---|---|
RewardedVideoAd.RewardedVideoLoadAdConfig |
build()
Builds a
RewardedVideoAd.RewardedVideoLoadAdConfig that can be used to load an ad. |
RewardedVideoAd.RewardedVideoAdLoadConfigBuilder |
withAdCompanionView(boolean hasCompanionView)
Flag the existence of a companion view
|
RewardedVideoAd.RewardedVideoAdLoadConfigBuilder |
withAdExperience(AdExperienceType adExperienceType)
Specifies AdExperience for the ad
|
RewardedVideoAd.RewardedVideoAdLoadConfigBuilder |
withAdListener(RewardedVideoAdListener adListener)
Sets an RewardedVideoAdListener to be notified on events in control lifecycle.
|
RewardedVideoAd.RewardedVideoAdLoadConfigBuilder |
withBid(java.lang.String bidPayload)
Allow to load an ad from the payload supplied with a bid.
|
RewardedVideoAd.RewardedVideoAdLoadConfigBuilder |
withFailOnCacheFailureEnabled(boolean failOnCacheFailureEnabled)
Specifies if load should fail when assets were not cached successfully.
|
RewardedVideoAd.RewardedVideoAdLoadConfigBuilder |
withRewardData(RewardData rewardData)
Specifies RewardData for the ad.
|
RewardedVideoAd.RewardedVideoAdLoadConfigBuilder withBid(java.lang.String bidPayload)
withBid in interface Ad.LoadConfigBuilderbidPayload - The payload supplied with the bidRewardedVideoAd.RewardedVideoAdLoadConfigBuilderRewardedVideoAd.RewardedVideoAdLoadConfigBuilder withFailOnCacheFailureEnabled(boolean failOnCacheFailureEnabled)
failOnCacheFailureEnabled - fail if assets were not cached successfully.RewardedVideoAd.RewardedVideoAdLoadConfigBuilderRewardedVideoAd.RewardedVideoAdLoadConfigBuilder withRewardData(RewardData rewardData)
rewardData - reward data for the ad.RewardedVideoAd.RewardedVideoAdLoadConfigBuilderRewardedVideoAd.RewardedVideoAdLoadConfigBuilder withAdCompanionView(boolean hasCompanionView)
hasCompanionView - the flag that notifies the existence of a companion viewRewardedVideoAd.RewardedVideoAdLoadConfigBuilder withAdListener(RewardedVideoAdListener adListener)
adListener - the listenerRewardedVideoAd.RewardedVideoAdLoadConfigBuilder withAdExperience(AdExperienceType adExperienceType)
adExperienceType - the ad experience.RewardedVideoAd.RewardedVideoAdLoadConfigBuilderRewardedVideoAd.RewardedVideoLoadAdConfig build()
RewardedVideoAd.RewardedVideoLoadAdConfig that can be used to load an ad.build in interface Ad.LoadConfigBuilder