lpw
2025-03-18 1178266bed9f244671ebcb4e9624a01ce0d58097
frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h
@@ -65,8 +65,9 @@
///     no parameters. Parameter names can be up to 40 characters long and must start with an
///     alphabetic character and contain only alphanumeric characters and underscores. Only String,
///     Int, and Double parameter types are supported. String parameter values can be up to 100
///     characters long. The "firebase_", "google_", and "ga_" prefixes are reserved and should not
///     be used for parameter names.
///     characters long for standard Google Analytics properties, and up to 500 characters long for
///     Google Analytics 360 properties. The "firebase_", "google_", and "ga_" prefixes are reserved
///     and should not be used for parameter names.
+ (void)logEventWithName:(NSString *)name
              parameters:(nullable NSDictionary<NSString *, id> *)parameters
    NS_SWIFT_NAME(logEvent(_:parameters:));