appDisableApi: Difference between revisions
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...") |
No edit summary |
||
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
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.