HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center

Enable or Disable Auto-Showing

By default, surveys will show automatically within 10 seconds of launching the application provided the user meets the criteria required. This automatic showing of surveys can be disabled and enabled using this API.

Surveys.autoShowingEnabled = false
IBGSurveys.autoShowingEnabled = NO;
Surveys.setAutoShowingEnabled(false);
Surveys.setAutoShowingEnabled(false)
Surveys.setAutoShowingEnabled(false);
Surveys.setAutoShowingEnabled(false);
Surveys.setAutoShowingEnabled(false);
//iOS
IBGSurveys.AutoShowingEnabled = false;

//Android
Surveys.SetAutoShowingEnabled(false);