Difference between revisions of "appDisableApi"

From Engineering Client Portal

(Created page with "{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|iOS SDK API Reference}} {{CurrentBreadcrumb}} Category:Digital Category:iOS SDK API Reference Enable or disable me...")
 
 
Line 3: Line 3:
 
[[Category:iOS SDK API Reference]]
 
[[Category:iOS SDK API Reference]]
 
Enable or disable measurement functions.
 
Enable or disable measurement functions.
 +
 +
<blockquote>'''Note''': This method disables all measurement and is '''not''' to be used for Opt-out. For Opt-out functionality, see [[userOptOut]]. </blockquote>
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 21:07, 2 August 2018

Engineering Portal breadcrumbArrow.png Digital breadcrumbArrow.png iOS SDK API Reference breadcrumbArrow.png appDisableApi
Enable or disable measurement functions.

Note: This method disables all measurement and is not to be used for Opt-out. For Opt-out functionality, see userOptOut.

Syntax

@property (assign) BOOL appDisableApi;

Input Parameters

Parameter Description
YES / NO A Boolean value set by the app developer to enable or disable Nielsen measurement.

Output Parameters

Output Parameters (Return value) Description
YES / NO A Boolean value that indicates if SDK is enabled or disabled

Notes

To disable measurement, the appDisableApi should be called with the value set to TRUE.