Enumerations
The following enumerations are available globally.
-
Contains all available test placements.
See moreDeclaration
Objective-C
enum SASAdPlacementTest : NSInteger {}
Swift
enum SASAdPlacementTest : Int, @unchecked Sendable
-
The current status of an ad.
Declaration
Objective-C
enum SASAdStatus : NSUInteger {}
Swift
enum SASAdStatus : UInt, @unchecked Sendable
-
Enumeration of the ad format compatible with in-app bidding.
See moreDeclaration
Objective-C
enum SASBiddingAdFormatType : NSUInteger {}
Swift
enum SASBiddingAdFormatType : UInt, @unchecked Sendable
-
Currencies supported by the in-app bidding.
Declaration
Objective-C
enum SASBiddingCurrency : NSUInteger {}
Swift
enum SASBiddingCurrency : UInt, @unchecked Sendable
-
Indicates if DSA information should be made available. This will signal if the bid request belongs to an Online Platform/VLOP, such that a buyer should respond with DSA Transparency information based on the
See morepubrender
value. Please see IAB documentation https://github.com/InteractiveAdvertisingBureau/openrtb/blob/main/extensions/community_extensions/dsa_transparency.md#object-dsaDeclaration
Objective-C
enum SASDigitalServiceActDSARequired : NSInteger {}
Swift
enum SASDigitalServiceActDSARequired : Int, @unchecked Sendable
-
Indicates whether transparency data are to be sent. Independent of the
See morepubrender
parametern the publisher may need the transparency data for audit purposes. Please see IAB documentation https://github.com/InteractiveAdvertisingBureau/openrtb/blob/main/extensions/community_extensions/dsa_transparency.md#object-dsaDeclaration
Objective-C
enum SASDigitalServiceActDataToPub : NSInteger {}
Swift
enum SASDigitalServiceActDataToPub : Int, @unchecked Sendable