Placements
public struct Placements
Undocumented
-
Use this placement type if you don’t need to pass any additional options.
Declaration
Swift
public static func standard(divName: String, adTypes: [Int], count: Int? = nil) -> StandardPlacement
-
Use this placement type if you need to pass additional options.
Declaration
Swift
public static func custom(divName: String, adTypes: [Int], count: Int? = nil) -> CustomPlacement