StandardPlacement
public class StandardPlacement : Placement
Use this placement type if you don’t need to pass any additional options.
-
The name of the div
Declaration
Swift
public let divName: String -
The network ID. If none is specified it retrieves the value from
AdzerkSDK.defaultNetworkIdDeclaration
Swift
public let networkId: Int -
The site ID. If none is specified it retrieves the value from
AdzerkSDK.defaultSiteIdDeclaration
Swift
public let siteId: Int -
Undocumented
Declaration
Swift
public let count: Int? -
Undocumented
Declaration
Swift
public convenience init(divName: String, adTypes: [Int], count: Int? = nil) -
Undocumented
Declaration
Swift
public init(networkId: Int, siteId: Int, divName: String, adTypes: [Int], count: Int? = nil) -
Declaration
Swift
public func validate() throws
View on GitHub
StandardPlacement Class Reference