kindlysdk
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
kindlysdk
kindlysdk
/
no.kindly.chatsdk.chat.presentation.webview
/
KindlyMessageEvent
Kindly
Message
Event
data
class
KindlyMessageEvent
(
val
message
:
Map
<
String
,
Any
?
>
=
emptyMap()
,
val
chatLog
:
List
<
Map
<
String
,
Any
?
>
>
=
emptyList()
)
Members
Constructors
Kindly
Message
Event
Link copied to clipboard
constructor
(
message
:
Map
<
String
,
Any
?
>
=
emptyMap()
,
chatLog
:
List
<
Map
<
String
,
Any
?
>
>
=
emptyList()
)
Properties
chat
Log
Link copied to clipboard
val
chatLog
:
List
<
Map
<
String
,
Any
?
>
>
message
Link copied to clipboard
val
message
:
Map
<
String
,
Any
?
>