AATReportsDelegate

@objc public protocol AATReportsDelegate: AnyObject {

     /// Notifies you of AATKit reports event.
     /// - Parameter report: The report content.
     func onReportSent(_ report: String)
}

Last updated