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

Disabling/Enabling In-App Surveys

Enable or disable In-App Surveys at runtime in KMP.

Kotlin
SurveysKmp.setEnabled(true)
SurveysKmp.setEnabled(false)

When disabled, surveys are not shown and auto-show does not run.

Last updated