shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.messages
/
MessagePanelOptions
/
MessagePanelOptions
Message
Panel
Options
constructor
(
messages
:
List
<
Message
>
,
type
:
String
,
onSendMessage
:
(
String
)
->
Unit
,
backgroundColor
:
Int
=
0xFFFFFFFF.toInt()
,
inputBackgroundColor
:
Int
=
0xFFF0F0F0.toInt()
,
member
:
String
,
replyInfo
:
ReplyInfo
?
=
null
,
onClearReply
:
(
)
->
Unit
?
=
null
)