Skip to content

Commit e7df2c9

Browse files
committed
SDK-842 update copy
1 parent 32c3916 commit e7df2c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Branch-SDK/Branch-SDK/Branch.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,11 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
679679
- (void)setNetworkTimeout:(NSTimeInterval)timeout;
680680

681681
/**
682-
682+
Set disable_ad_network_callouts server flag. Default value is NO.
683+
684+
By calling this method with YES, the flag disable_ad_network_callouts = true will be set on all events for a user.
685+
Those events will not be sent to ad networks that have been specified by the customer on the dashboard.
686+
Customer is required to select the ad networks that the event should not be sent to on the dashboard in order for the flag to be effective.
683687
*/
684688
- (void)disableAdNetworkCallouts:(BOOL)disableCallouts;
685689

0 commit comments

Comments
 (0)