Skip to content

Commit

Permalink
Add the fix to make AEM Reporter configuration public
Browse files Browse the repository at this point in the history
Summary: $title

Reviewed By: wx0165927473

Differential Revision: D44350264

fbshipit-source-id: 1e5eb44f215be4e944a2b430aba81d5783281448
  • Loading branch information
KylinChang authored and facebook-github-bot committed Mar 23, 2023
1 parent 91650cc commit f056595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FBAEMKit/FBAEMKit/AEMReporter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down Expand Up @@ -114,7 +114,7 @@ public final class AEMReporter: NSObject {
)
}

static func configure(
public static func configure(
networker: AEMNetworking?,
appID: String?,
reporter: SKAdNetworkReporting?,
Expand Down

0 comments on commit f056595

Please sign in to comment.