We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c3916 commit e7df2c9Copy full SHA for e7df2c9
Branch-SDK/Branch-SDK/Branch.h
@@ -679,7 +679,11 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
679
- (void)setNetworkTimeout:(NSTimeInterval)timeout;
680
681
/**
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.
687
*/
688
- (void)disableAdNetworkCallouts:(BOOL)disableCallouts;
689
0 commit comments