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
SASAdPlacementTestBannerHTML
Swift
case testBannerHTML = 0
-
A placement that will return a banner ad using MRAID expand feature.
Declaration
Objective-C
SASAdPlacementTestBannerMRAIDExpand
Swift
case testBannerMRAIDExpand = 1
-
A placement that will return a Video banner ad.
Declaration
Objective-C
SASAdPlacementTestBannerVideo
Swift
case testBannerVideo = 2
-
A placement that will return a Parallax banner with an HTML creative.
Declaration
Objective-C
SASAdPlacementTestBannerParallaxHTML
Swift
case testBannerParallaxHTML = 3
-
A placement that will return a Parallax banner with a video creative.
Declaration
Objective-C
SASAdPlacementTestBannerParallaxVideo
Swift
case testBannerParallaxVideo = 4
-
A placement that will return a HTML interstitial ad.
Declaration
Objective-C
SASAdPlacementTestInterstitialHTML
Swift
case testInterstitialHTML = 5
-
A placement that will return a video interstitial ad.
Declaration
Objective-C
SASAdPlacementTestInterstitialVideo
Swift
case testInterstitialVideo = 6
-
A placement that will return a native ad with icon.
Declaration
Objective-C
SASAdPlacementTestNativeAdIcon
Swift
case testNativeAdIcon = 7
-
A placement that will return a native ad with icon and cover.
Declaration
Objective-C
SASAdPlacementTestNativeAdIconAndCover
Swift
case testNativeAdIconAndCover = 8
-
A placement that will return an in-app bidding response for a banner ad format.
Declaration
Objective-C
SASAdPlacementInappBiddingBanner
Swift
case inappBiddingBanner = 9
-
A placement that will return an in-app bidding response for an interstitial ad format.
Declaration
Objective-C
SASAdPlacementInappBiddingInterstitial
Swift
case inappBiddingInterstitial = 10