Disabling/Enabling In-App Surveys
This page details the API for disabling and enabling in-app surveys for your React Native apps.
You can completely disable any surveys from showing in general using the following API:
Surveys.setEnabled(false);This also disables surveys that would be shown manually — it disables any survey-related request.
Last updated