From b616b00f0d36672f6ced187385cf80f56fa3277b Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 18 Sep 2025 10:07:15 +0800
Subject: [PATCH] no message
---
WAFirebaseImpl/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Versions/A/Headers/FIRAnalytics+OnDevice.h | 17 ++++++++++++-----
1 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/WAFirebaseImpl/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Versions/A/Headers/FIRAnalytics+OnDevice.h b/WAFirebaseImpl/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Versions/A/Headers/FIRAnalytics+OnDevice.h
index 0bfec88..5f87c0d 100644
--- a/WAFirebaseImpl/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Versions/A/Headers/FIRAnalytics+OnDevice.h
+++ b/WAFirebaseImpl/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Versions/A/Headers/FIRAnalytics+OnDevice.h
@@ -8,14 +8,18 @@
@interface FIRAnalytics (OnDevice)
/// Initiates on-device conversion measurement given a user email address. Requires dependency
-/// GoogleAppMeasurementOnDeviceConversion to be linked in, otherwise it is a no-op.
+/// GoogleAdsOnDeviceConversion from
+/// https://github.com/googleads/google-ads-on-device-conversion-ios-sdk/ to be linked in, otherwise
+/// it is a no-op.
/// @param emailAddress User email address. Include a domain name for all email addresses
/// (e.g. gmail.com or hotmail.co.jp).
+ (void)initiateOnDeviceConversionMeasurementWithEmailAddress:(NSString *)emailAddress
NS_SWIFT_NAME(initiateOnDeviceConversionMeasurement(emailAddress:));
/// Initiates on-device conversion measurement given a phone number in E.164 format. Requires
-/// dependency GoogleAppMeasurementOnDeviceConversion to be linked in, otherwise it is a no-op.
+/// dependency GoogleAdsOnDeviceConversion from
+/// https://github.com/googleads/google-ads-on-device-conversion-ios-sdk/ to be linked in, otherwise
+/// it is a no-op.
/// @param phoneNumber User phone number. Must be in E.164 format, which means it must be
/// limited to a maximum of 15 digits and must include a plus sign (+) prefix and country code
/// with no dashes, parentheses, or spaces.
@@ -23,7 +27,9 @@
NS_SWIFT_NAME(initiateOnDeviceConversionMeasurement(phoneNumber:));
/// Initiates on-device conversion measurement given a sha256-hashed user email address. Requires
-/// dependency GoogleAppMeasurementOnDeviceConversion to be linked in, otherwise it is a no-op.
+/// dependency GoogleAdsOnDeviceConversion from
+/// https://github.com/googleads/google-ads-on-device-conversion-ios-sdk/ to be linked in, otherwise
+/// it is a no-op.
/// @param hashedEmailAddress User email address as a UTF8-encoded string normalized and hashed
/// according to the instructions at
/// https://firebase.google.com/docs/tutorials/ads-ios-on-device-measurement/step-3.
@@ -31,8 +37,9 @@
NS_SWIFT_NAME(initiateOnDeviceConversionMeasurement(hashedEmailAddress:));
/// Initiates on-device conversion measurement given a sha256-hashed phone number in E.164 format.
-/// Requires dependency GoogleAppMeasurementOnDeviceConversion to be linked in, otherwise it is a
-/// no-op.
+/// Requires dependency GoogleAdsOnDeviceConversion from
+/// https://github.com/googleads/google-ads-on-device-conversion-ios-sdk/ to be linked in, otherwise
+/// it is a no-op.
/// @param hashedPhoneNumber UTF8-encoded user phone number in E.164 format and then hashed
/// according to the instructions at
/// https://firebase.google.com/docs/tutorials/ads-ios-on-device-measurement/step-3.
--
Gitblit v1.8.0