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