AdPlacementRequest
public struct AdPlacementRequest
extension AdPlacementRequest: Sendable
extension AdPlacementRequest: Equatable, Hashable
-
Declaration
Swift
public var placement: String
-
Declaration
Swift
public var count: UInt32
-
Declaration
Swift
public var content: AdContentCategory?
-
Declaration
Swift
public init(placement: String, count: UInt32, content: AdContentCategory?)
-
Declaration
Swift
public static func == (lhs: AdPlacementRequest, rhs: AdPlacementRequest) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)