We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6a3db commit cf85e71Copy full SHA for cf85e71
integration-testing/ios/example/ReactE2E.swift
@@ -85,7 +85,7 @@ class ReactE2E: RCTEventEmitter {
85
let campaignId = params["campaignId"] as! Int
86
_ = IterableAPISupport.sendInApp(apiKey: apiKey, to: email, withCampaignId: campaignId)
87
DispatchQueue.main.asyncAfter(deadline: .now() + 2.0) {
88
- _ = IterableAPI.internalImplementation?.inAppManager.scheduleSync()
+ _ = IterableAPI.implementation?.inAppManager.scheduleSync()
89
}
90
break
91
default:
0 commit comments