Skip to content

Commit

Permalink
Updated deprecation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Nov 7, 2024
1 parent f4b18dd commit c2c4668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BranchSDK/Public/Branch.h
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ Sets a custom base URL for all calls to the Branch API.
@param disabled If set to `true` then tracking will be disabled.
@warning This will prevent most of the Branch SDK functionality.
*/
+ (void)setTrackingDisabled:(BOOL)disabled __attribute__((deprecated("This method has been deprecated. Use `setConsumerProtectionAttributionLevel:` instead.")));
+ (void)setTrackingDisabled:(BOOL)disabled __attribute__((deprecated("This method has been deprecated. Use `setConsumerProtectionAttributionLevel:` with `BranchAttributionLevelNone` instead.")));

///Returns the current tracking state.
+ (BOOL) trackingDisabled;
Expand Down

0 comments on commit c2c4668

Please sign in to comment.