appDisableApi
From Engineering Client Portal
Enable or disable measurement functions.
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.