-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dea8bee
commit 1b663fe
Showing
63 changed files
with
766 additions
and
1,126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+22 KB
(100%)
...rebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/FirebaseAnalytics
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
...s.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics+OnDevice.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#import <Foundation/Foundation.h> | ||
|
||
#import "FIRAnalytics.h" | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
API_UNAVAILABLE(macCatalyst, macos, tvos, watchos) | ||
@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. | ||
/// @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:)); | ||
|
||
@end | ||
|
||
NS_ASSUME_NONNULL_END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.