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

Disabling/Enabling In-App Replies

Turn In-App Replies on or off at runtime from shared Kotlin code. While the feature is off, conversations and reply notifications are never shown.

Kotlin
RepliesKmp.setEnabled(true)
RepliesKmp.setEnabled(false)

When disabled, the replies feature is turned off; conversations and notifications are not shown.

Last updated