AATImpressionDelegate

@objc public protocol AATImpressionDelegate: AnyObject {

    /// Notifies that AATKit has counted an impression.
    /// - Parameter placement: the placement that counted the impression
    /// - Parameter impression: the AATImpression object
    func didCountImpression(placement: AATPlacement?, _ impression: AATImpression)
}

Last updated