Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Adjust/ADJActivityHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions Adjust/Adjust.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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;
Expand Down