public static interface RewardedInterstitialAd.RewardedInterstitialAdShowConfigBuilder extends FullScreenAd.ShowConfigBuilder
| Modifier and Type | Method and Description |
|---|---|
RewardedInterstitialAd.RewardedInterstitialShowAdConfig |
build()
Builds a
RewardedInterstitialAd.RewardedInterstitialShowAdConfig that can be used to
show an ad. |
RewardedInterstitialAd.RewardedInterstitialAdShowConfigBuilder |
withAppOrientation(int appOrientation)
Allows to set the app orientation in which the ad will be played.
|
RewardedInterstitialAd.RewardedInterstitialAdShowConfigBuilder withAppOrientation(int appOrientation)
appOrientation - An orientation constant as used in ActivityInfo.screenOrientation.RewardedInterstitialAd.RewardedInterstitialAdShowConfigBuilder for chaining.RewardedInterstitialAd.RewardedInterstitialShowAdConfig build()
RewardedInterstitialAd.RewardedInterstitialShowAdConfig that can be used to
show an ad.build in interface FullScreenAd.ShowConfigBuilderRewardedInterstitialAd.RewardedInterstitialShowAdConfig to be used as parameter to RewardedInterstitialAd.show(RewardedInterstitialShowAdConfig).