toggle menu
kindlysdk
main
switch theme
search in API
kindlysdk
/
no.kindly.chatsdk.chat.presentation.chat
/
ConversationUiState
/
MessagesState
Messages
State
data
class
MessagesState
(
val
messageListType
:
List
<
MessageChat
>
,
val
action
:
Action
?
=
null
)
:
ConversationUiState
Members
Constructors
Messages
State
Link copied to clipboard
constructor
(
messageListType
:
List
<
MessageChat
>
,
action
:
Action
?
=
null
)
Properties
action
Link copied to clipboard
val
action
:
Action
?
=
null
message
List
Type
Link copied to clipboard
val
messageListType
:
List
<
MessageChat
>
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int