# Disabling/Enabling In-App Surveys

{% code title="Kotlin" %}

```kotlin
SurveysKmp.setEnabled(true)
SurveysKmp.setEnabled(false)
```

{% endcode %}

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