From 77d704d5daaf0a1e5464bdc7ba18d95d11e94942 Mon Sep 17 00:00:00 2001 From: Takumi Muraishi Date: Mon, 15 Apr 2024 16:59:01 +0900 Subject: [PATCH 1/3] fix typo source --- Adjust/ADJActivityHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adjust/ADJActivityHandler.h b/Adjust/ADJActivityHandler.h index efb6ba6d8..5f120f92a 100644 --- a/Adjust/ADJActivityHandler.h +++ b/Adjust/ADJActivityHandler.h @@ -109,7 +109,7 @@ - (void)removeSessionPartnerParameter:(NSString * _Nullable)key; - (void)resetSessionCallbackParameters; - (void)resetSessionPartnerParameters; -- (void)trackAdRevenue:(NSString * _Nullable)soruce +- (void)trackAdRevenue:(NSString * _Nullable)source payload:(NSData * _Nullable)payload; - (void)disableThirdPartySharing; - (void)trackThirdPartySharing:(nonnull ADJThirdPartySharing *)thirdPartySharing; From 4e308eee03274af8f2a359b8f044aeb8e80ac075 Mon Sep 17 00:00:00 2001 From: Takumi Muraishi Date: Mon, 15 Apr 2024 17:00:11 +0900 Subject: [PATCH 2/3] fix typo reported --- Adjust/Adjust.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adjust/Adjust.h b/Adjust/Adjust.h index 9ce2cd029..9860a535e 100644 --- a/Adjust/Adjust.h +++ b/Adjust/Adjust.h @@ -393,7 +393,7 @@ extern NSString * __nonnull const ADJDataResidencyUS; * @brief Verify in-app-purchase. * * @param purchase Purchase object. - * @param completionHandler Callback where verification result will be repoted. + * @param completionHandler Callback where verification result will be reported. */ + (void)verifyPurchase:(nonnull ADJPurchase *)purchase completionHandler:(void (^_Nonnull)(ADJPurchaseVerificationResult * _Nonnull verificationResult))completionHandler; From 5d707ef0efef8c22f55bb9ebf3e3f7b331919bb1 Mon Sep 17 00:00:00 2001 From: Takumi Muraishi Date: Mon, 15 Apr 2024 17:00:50 +0900 Subject: [PATCH 3/3] fix typo party --- Adjust/Adjust.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adjust/Adjust.h b/Adjust/Adjust.h index 9860a535e..068fd4c94 100644 --- a/Adjust/Adjust.h +++ b/Adjust/Adjust.h @@ -296,7 +296,7 @@ extern NSString * __nonnull const ADJDataResidencyUS; + (void)disableThirdPartySharing; /** - * @brief Track third paty sharing with possibility to allow or disallow it. + * @brief Track third party sharing with possibility to allow or disallow it. * * @param thirdPartySharing Third party sharing choice. */