Skip to content

Commit c2c4668

Browse files
committed
Updated deprecation comment
1 parent f4b18dd commit c2c4668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/BranchSDK/Public/Branch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ Sets a custom base URL for all calls to the Branch API.
785785
@param disabled If set to `true` then tracking will be disabled.
786786
@warning This will prevent most of the Branch SDK functionality.
787787
*/
788-
+ (void)setTrackingDisabled:(BOOL)disabled __attribute__((deprecated("This method has been deprecated. Use `setConsumerProtectionAttributionLevel:` instead.")));
788+
+ (void)setTrackingDisabled:(BOOL)disabled __attribute__((deprecated("This method has been deprecated. Use `setConsumerProtectionAttributionLevel:` with `BranchAttributionLevelNone` instead.")));
789789

790790
///Returns the current tracking state.
791791
+ (BOOL) trackingDisabled;

0 commit comments

Comments
 (0)