From f0565956dbb5f5ca90f8e3db23c8d452386438a6 Mon Sep 17 00:00:00 2001 From: Zilin Zhang Date: Thu, 23 Mar 2023 14:37:53 -0700 Subject: [PATCH] Add the fix to make AEM Reporter configuration public Summary: $title Reviewed By: wx0165927473 Differential Revision: D44350264 fbshipit-source-id: 1e5eb44f215be4e944a2b430aba81d5783281448 --- FBAEMKit/FBAEMKit/AEMReporter.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FBAEMKit/FBAEMKit/AEMReporter.swift b/FBAEMKit/FBAEMKit/AEMReporter.swift index 26cda1f986..399d0afbd6 100644 --- a/FBAEMKit/FBAEMKit/AEMReporter.swift +++ b/FBAEMKit/FBAEMKit/AEMReporter.swift @@ -86,7 +86,7 @@ public final class AEMReporter: NSObject { static var minAggregationRequestTimestamp: Date? static var completionBlocks: [FBAEMReporterBlock] = [] - static func configure( + public static func configure( networker: AEMNetworking?, appID: String?, reporter: SKAdNetworkReporting? @@ -114,7 +114,7 @@ public final class AEMReporter: NSObject { ) } - static func configure( + public static func configure( networker: AEMNetworking?, appID: String?, reporter: SKAdNetworkReporting?,