enableTextSelection

abstract fun enableTextSelection(enabled: Boolean)

Enables or disables text selection in the AI Assistant chat interface. When disabled, users cannot long-press to select and copy text from chat messages.

Parameters

enabled

true to enable text selection (default), false to disable it.