SASAdPlacementTest
Objective-C
enum SASAdPlacementTest : NSInteger {}Swift
enum SASAdPlacementTest : Int, @unchecked SendableEnum that reference all type of ads you can get to test your Smart Display SDK integration.
See the adPlacementForTestAd: method documentation for more infos.
- 
                    
                    A placement that will return a MRAID banner ad. DeclarationObjective-C SASAdPlacementTestBannerMRAIDSwift case bannerMRAID = 0
- 
                    
                    A placement that will return a Video Read banner ad. DeclarationObjective-C SASAdPlacementTestBannerVideoReadSwift case bannerVideoRead = 1
- 
                    
                    A placement that will return a Video Read 360° banner ad. DeclarationObjective-C SASAdPlacementTestBannerVideoRead360Swift case bannerVideoRead360 = 2
- 
                    
                    A placement that will return a parallax banner ad. DeclarationObjective-C SASAdPlacementTestBannerParallaxSwift case bannerParallax = 3
- 
                    
                    A placement that will return a MRAID interstitial ad. DeclarationObjective-C SASAdPlacementTestInterstitialMRAIDSwift case interstitialMRAID = 4
- 
                    
                    A placement that will return a video interstitial ad. DeclarationObjective-C SASAdPlacementTestInterstitialVideoSwift case interstitialVideo = 5
- 
                    
                    A placement that will return a video 360° interstitial ad. DeclarationObjective-C SASAdPlacementTestInterstitialVideo360Swift case interstitialVideo360 = 6
- 
                    
                    A placement that will return a rewarded video interstitial ad with an end card. DeclarationObjective-C SASAdPlacementTestRewardedVideoWithEndCardSwift case rewardedVideoWithEndCard = 7
- 
                    
                    A placement that will return a native ad with an icon and some text assets. DeclarationObjective-C SASAdPlacementTestNativeAdIconAndTextAssetsSwift case nativeAdIconAndTextAssets = 8
- 
                    
                    A placement that will return a native ad with a cover image and some text assets. DeclarationObjective-C SASAdPlacementTestNativeAdCoverAndTextAssetsSwift case nativeAdCoverAndTextAssets = 9
- 
                    
                    A placement that will return a native ad with an icon, a cover image and some text assets. DeclarationObjective-C SASAdPlacementTestNativeAdIconAndCoverAndTextAssetsSwift case nativeAdIconAndCoverAndTextAssets = 10
- 
                    
                    A placement that will return a native ad with some text assets. DeclarationObjective-C SASAdPlacementTestNativeAdTextAssetsSwift case nativeAdTextAssets = 11
- 
                    
                    A placement that will return a native ad with a video creative. DeclarationObjective-C SASAdPlacementTestNativeAdVideoSwift case nativeAdVideo = 12
- 
                    
                    A placement that will return an in-app bidding response for a banner ad. - note: The bidding response will always have 'USD' as currency, no matter what has been requested in the bidding request. This only happen because test placements are hardcoded ads.DeclarationObjective-C SASAdPlacementTestInAppBiddingBannerSwift case inAppBiddingBanner = 13
- 
                    
                    A placement that will return an in-app bidding response for an interstitial ad. - note: The bidding response will always have 'USD' as currency, no matter what has been requested in the bidding request. This only happen because test placements are hardcoded ads.DeclarationObjective-C SASAdPlacementTestInAppBiddingInterstitialSwift case inAppBiddingInterstitial = 14
- 
                    
                    A placement that will return an in-app bidding response for a rewarded ad. - note: The bidding response will always have 'USD' as currency, no matter what has been requested in the bidding request. This only happen because test placements are hardcoded ads.DeclarationObjective-C SASAdPlacementTestInAppBiddingRewardedSwift case inAppBiddingRewarded = 15
