Enumerations

The following enumerations are available globally.

  • Contains all available test placements.

    See more

    Declaration

    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