From aca600212ff84587e15aad341babd5eb2faf69a5 Mon Sep 17 00:00:00 2001 From: lpw Date: Sat, 03 Jun 2023 09:15:01 +0800 Subject: [PATCH] 3.15.0 --- frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h b/frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h index 686a386..7f89831 100644 --- a/frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h +++ b/frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h @@ -23,7 +23,7 @@ /// device. Use the consent settings to specify individual consent type values. Settings are /// persisted across app sessions. By default consent types are set to `ConsentStatus.granted`. /// -/// @param consentSettings An NSDictionary of consent types. Supported consent type keys are +/// @param consentSettings A Dictionary of consent types. Supported consent type keys are /// `ConsentType.adStorage` and `ConsentType.analyticsStorage`. Valid values are /// `ConsentStatus.granted` and `ConsentStatus.denied`. + (void)setConsent:(NSDictionary<FIRConsentType, FIRConsentStatus> *)consentSettings; -- Gitblit v1.8.0