appDisableApi(): Difference between revisions
From Engineering Client Portal
(Created page with "{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|Android SDK API Reference}} {{CurrentBreadcrumb}} Category:Digital Category:Android SDK API Reference Enable or dis...") |
(No difference)
|
Revision as of 07:30, 21 May 2017
Enable or disable measurement functions.
Syntax
public void appDisableApi(boolean disabled)
Input Parameters
| Parameter | Description |
|---|---|
| disabled | A Boolean value set by the app developer to enable or disable Nielsen measurement. |
Output Parameters
| Output Parameters (Return value) | Description |
|---|---|
| void |
Notes
To disable measurement, call the appDisableApi() method with the value set to TRUE.