HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center

Disabling/Enabling In-App Surveys for Xamarin

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

You can completely disable any surveys from showing in general using the following API. Please note that this also disables surveys that will be shown manually as this disables any survey related request.

//iOS
Surveys.Enabled = false;

//Android
Surveys.setState(Feature.State.DISABLED);