Disabling/Enabling In-App Replies

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

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

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

Last updated