AATInfeedBannerPlacementDelegate

@objc public protocol AATInfeedBannerPlacementDelegate: AnyObject {

    /// Ad has been displayed on the screen
    func aatPauseForAd(placement: AATPlacement)

    /// Back to the app after clicking on the ad
    func aatResumeAfterAd(placement: AATPlacement)
}

Last updated