PlacementType

@objcMembers
public class PlacementType : SingleContainerInt

Represents different types of placements for native ads.

  • Placement type indicating the ad appears within feed content.

    Declaration

    Swift

    public static let FeedContent: PlacementType
  • Placement type indicating the ad appears within atomic content.

    Declaration

    Swift

    public static let AtomicContent: PlacementType
  • Placement type indicating the ad appears outside of content.

    Declaration

    Swift

    public static let OutsideContent: PlacementType
  • Placement type indicating the ad appears within a recommendation widget.

    Declaration

    Swift

    public static let RecommendationWidget: PlacementType
  • Placement type for custom placements not predefined in the standard.

    Declaration

    Swift

    public static let Custom: PlacementType