Package-level declarations

Types

Link copied to clipboard
class MessageComposerController(channelCid: String, chatClient: ChatClient = ChatClient.instance(), mediaRecorder: StreamMediaRecorder, userLookupHandler: UserLookupHandler, fileToUri: (File) -> String, messageLimit: Int, maxAttachmentCount: Int = AttachmentConstants.MAX_ATTACHMENTS_COUNT, messageId: String? = null, isLinkPreviewEnabled: Boolean = false)

Controller responsible for handling the composing and sending of messages.