StreamKeyboardBehaviour

data class StreamKeyboardBehaviour(val closeKeyboardOnAttachmentPickerOpen: Boolean)

Class holding configuration for different keyboard behaviours.

Parameters

closeKeyboardOnAttachmentPickerOpen

If true, the keyboard will be closed when the attachment picker is opened.

Constructors

Link copied to clipboard
constructor(closeKeyboardOnAttachmentPickerOpen: Boolean)

Types

Link copied to clipboard
object Companion