stream-chat-android
Toggle table of contents
7.3.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-chat-android
stream-chat-android-ui-common
/
io.getstream.chat.android.ui.common.state.messages
/
MessageInput
Message
Input
data
class
MessageInput
(
val
text
:
String
=
""
,
val
source
:
MessageInput.Source
=
Source.Default
)
The input for a new message
Members
Constructors
Message
Input
Link copied to clipboard
constructor
(
text
:
String
=
""
,
source
:
MessageInput.Source
=
Source.Default
)
Types
Source
Link copied to clipboard
sealed
class
Source
Properties
source
Link copied to clipboard
val
source
:
MessageInput.Source
text
Link copied to clipboard
val
text
:
String