We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a7d9d commit 7507509Copy full SHA for 7507509
FirebaseRemoteConfig/SwiftNew/RemoteConfigComponent.swift
@@ -21,7 +21,9 @@ import FirebaseRemoteConfigInterop
21
// TODO(ncooke3): Once Obj-C tests are ported, all `public` access modifers can be removed.
22
23
// TODO(ncooke3): Move to another pod.
24
-@objc protocol FIRAnalyticsInterop {}
+@objc(AnalyticsInterop) public protocol FIRAnalyticsInterop {
25
+ func getUserProperties(callback: @escaping ([String : Any]) -> Void)
26
+}
27
28
/// Provides and creates instances of Remote Config based on the namespace provided. Used in the
29
/// interop registration process to keep track of RC instances for each `FIRApp` instance.
0 commit comments