SASAdPlacementTest
Objective-C
enum SASAdPlacementTest : NSInteger {}
Swift
enum SASAdPlacementTest : Int, @unchecked Sendable
Contains all available test placements.
-
A placement that will return a HTML banner ad.
Declaration
Objective-C
SASAdPlacementTestBannerHTMLSwift
case bannerHTML = 0 -
A placement that will return a banner ad using MRAID expand feature.
Declaration
Objective-C
SASAdPlacementTestBannerMRAIDExpandSwift
case bannerMRAIDExpand = 1 -
A placement that will return a Video banner ad.
Declaration
Objective-C
SASAdPlacementTestBannerVideoSwift
case bannerVideo = 2 -
A placement that will return a Parallax banner with an HTML creative.
Declaration
Objective-C
SASAdPlacementTestBannerParallaxHTMLSwift
case bannerParallaxHTML = 3 -
A placement that will return a Parallax banner with a video creative.
Declaration
Objective-C
SASAdPlacementTestBannerParallaxVideoSwift
case bannerParallaxVideo = 4
-
A placement that will return a HTML interstitial ad.
Declaration
Objective-C
SASAdPlacementTestInterstitialHTMLSwift
case interstitialHTML = 5 -
A placement that will return a video interstitial ad.
Declaration
Objective-C
SASAdPlacementTestInterstitialVideoSwift
case interstitialVideo = 6
-
A placement that will return a native ad with icon.
Declaration
Objective-C
SASAdPlacementTestNativeAdIconSwift
case nativeAdIcon = 7 -
A placement that will return a native ad with icon and cover.
Declaration
Objective-C
SASAdPlacementTestNativeAdIconAndCoverSwift
case nativeAdIconAndCover = 8
-
A placement that will return an in-app bidding response for a banner ad format.
Declaration
Objective-C
SASAdPlacementTestInappBiddingBannerSwift
case inappBiddingBanner = 9 -
A placement that will return an in-app bidding response for an interstitial ad format.
Declaration
Objective-C
SASAdPlacementTestInappBiddingInterstitialSwift
case inappBiddingInterstitial = 10