Class MessageInputView
Represents a template view for footer part containing Editor, Attachment button and Send button of the SfChat.
Inheritance
System.Object
Syncfusion.Maui.Chat.Internals.ChatFooterView
MessageInputView
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public class MessageInputView : ChatFooterView, IKeyboardListener
Constructors
MessageInputView(SfChat)
Initializes a new instance of the MessageInputView class.
Declaration
public MessageInputView(SfChat chat)
Parameters
Type | Name | Description |
---|---|---|
SfChat | chat | Represents the SfChat instance. |