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 bannerHTML = 0
-
A placement that will return a banner ad using MRAID expand feature.
Declaration
Objective-C
SASAdPlacementTestBannerMRAIDExpand
Swift
case bannerMRAIDExpand = 1
-
A placement that will return a Video banner ad.
Declaration
Objective-C
SASAdPlacementTestBannerVideo
Swift
case bannerVideo = 2
-
A placement that will return a Parallax banner with an HTML creative.
Declaration
Objective-C
SASAdPlacementTestBannerParallaxHTML
Swift
case bannerParallaxHTML = 3
-
A placement that will return a Parallax banner with a video creative.
Declaration
Objective-C
SASAdPlacementTestBannerParallaxVideo
Swift
case bannerParallaxVideo = 4
-
A placement that will return a HTML interstitial ad.
Declaration
Objective-C
SASAdPlacementTestInterstitialHTML
Swift
case interstitialHTML = 5
-
A placement that will return a video interstitial ad.
Declaration
Objective-C
SASAdPlacementTestInterstitialVideo
Swift
case interstitialVideo = 6