appDisableApi

From Engineering Client Portal

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.