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 = 0Swift
case banner = 0 -
Interstitial type.
Declaration
Objective-C
SASBiddingAdFormatTypeInterstitial = 1Swift
case interstitial = 1 -
Rewarded video type.
Declaration
Objective-C
SASBiddingAdFormatTypeRewardedVideo = 2Swift
case rewardedVideo = 2