-
Notifications
You must be signed in to change notification settings - Fork 1
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
351e904
commit cc3f9ef
Showing
220 changed files
with
40,062 additions
and
19,620 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
43 changes: 43 additions & 0 deletions
43
KochavaTracker.xcframework/ios-arm64_armv7/KochavaTracker.framework/Headers/KVAAdNetwork.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,43 @@ | ||
// | ||
// KVAAdNetwork.h | ||
// KochavaAdNetwork | ||
// | ||
// Created by John Bushnell on 8/20/20. | ||
// Copyright © 2020 - 2022 Kochava, Inc. All rights reserved. | ||
// | ||
|
||
|
||
|
||
#ifndef KVAAdNetwork_h | ||
#define KVAAdNetwork_h | ||
|
||
|
||
|
||
#pragma mark - CLASS | ||
|
||
|
||
|
||
@class KVAAdNetwork; | ||
|
||
|
||
|
||
#pragma mark - Typealiases | ||
|
||
|
||
|
||
/*! | ||
@brief A closure which is called when the SKAdNetwork registerAppForAdNetworkAttribution API has been called. | ||
@discussion Your code should assume that if some action needs to be performed on the main queue that it should first dispatch asynchronously to it. | ||
*/ | ||
typedef void (^ KVAAdNetworkDidRegisterAppForAttributionBlock) | ||
( | ||
KVAAdNetwork * _Nonnull adNetwork | ||
); | ||
|
||
|
||
|
||
#endif | ||
|
||
|
||
|
47 changes: 47 additions & 0 deletions
47
...ker.xcframework/ios-arm64_armv7/KochavaTracker.framework/Headers/KVAAdNetworkConversion.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,47 @@ | ||
// | ||
// KVAAdNetworkConversion.h | ||
// KochavaAdNetwork | ||
// | ||
// Created by John Bushnell on 8/20/20. | ||
// Copyright © 2020 - 2022 Kochava, Inc. All rights reserved. | ||
// | ||
|
||
|
||
|
||
#ifndef KVAAdNetworkConversion_h | ||
#define KVAAdNetworkConversion_h | ||
|
||
|
||
|
||
#pragma mark - CLASS | ||
|
||
|
||
|
||
@class KVAAdNetworkConversion; | ||
@class KVAAdNetworkConversionResult; | ||
|
||
|
||
|
||
#pragma mark - Typealiases | ||
|
||
|
||
|
||
/*! | ||
@typedef KVAAdNetworkConversionDidUpdateValueBlock | ||
@brief A closure which is called when the SKAdNetwork updateConversionValue API has been called. | ||
@discussion Your code should assume that if some action needs to be performed on the main queue that it should first dispatch asynchronously to it. | ||
*/ | ||
typedef void (^ KVAAdNetworkConversionDidUpdateValueBlock) | ||
( | ||
KVAAdNetworkConversion * _Nonnull conversion, | ||
KVAAdNetworkConversionResult * _Nonnull result | ||
); | ||
|
||
|
||
|
||
#endif | ||
|
||
|
||
|
108 changes: 0 additions & 108 deletions
108
...xcframework/ios-arm64_armv7/KochavaTracker.framework/Headers/KVAAppTrackingTransparency.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.