HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center

Disabling/Enabling In-App Surveys for Cordova

This page details the API for disabling and enabling in-app surveys for your Cordova apps.

You can completely disable any surveys from being shown to your app users with the following API. Please note that this also disables manually shown surveys, as this method disables any request related to surveys.

Surveys.setEnabled(false);