NimbusAdTrackers
struct NimbusAdTrackers
extension NimbusAdTrackers : Decodable, Encodable, Equatable
Trackers for the Nimbus ad
-
Impression trackers for the Nimbus ad
Declaration
Swift
let impressionTrackers: [URL]? -
Click trackers for the Nimbus ad
Declaration
Swift
let clickTrackers: [URL]? -
Undocumented
Declaration
Swift
init(impressionTrackers: [URL]?, clickTrackers: [URL]?) -
Undocumented
Declaration
Swift
static func != (lhs: Self, rhs: Self) -> Bool -
Creates a new instance by decoding from the given decoder.
This initializer throws an error if reading from the decoder fails, or if the data read is corrupted or otherwise invalid.
Declaration
Swift
init(from decoder: Decoder) throws
NimbusAdTrackers Structure Reference