SASBiddingAdFormatType
Objective-C
enum SASBiddingAdFormatType : NSInteger {}
Swift
enum SASBiddingAdFormatType : Int, @unchecked Sendable
Valid ad format type for bidding ads.
-
Banner type.
Declaration
Objective-C
SASBiddingAdFormatTypeBanner = 0
Swift
case banner = 0
-
Interstitial type.
Declaration
Objective-C
SASBiddingAdFormatTypeInterstitial = 1
Swift
case interstitial = 1
-
Rewarded video type.
Declaration
Objective-C
SASBiddingAdFormatTypeRewardedVideo = 2
Swift
case rewardedVideo = 2