mirror of
https://github.com/zhigang1992/facebook-ios-sdk.git
synced 2026-04-29 18:06:34 +08:00
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:
committed by
Facebook GitHub Bot
parent
91650cc434
commit
f0565956db
@@ -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?,
|
||||
|
||||
Reference in New Issue
Block a user