For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

JavaScript
Surveys.setEnabled(false);

Last updated