Add the fix to make AEM Reporter configuration public

Summary: $title

Reviewed By: wx0165927473

Differential Revision: D44350264

fbshipit-source-id: 1e5eb44f215be4e944a2b430aba81d5783281448
This commit is contained in:
Zilin Zhang
2023-03-23 14:37:53 -07:00
committed by Facebook GitHub Bot
parent 91650cc434
commit f0565956db

View File

@@ -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?,