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