appDisableApi()
From Engineering Client Portal
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
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
.