toggle menu
NexconnChatUISDK
26.1.0
NexconnChatUISDK
switch theme
search in API
NexconnChatUISDK
/
ai.nexconn.chatui.channel.messagelist.provider
/
IChannelSummaryProvider
IChannel
Summary
Provider
public
interface
IChannelSummaryProvider
<
T
extends
MessageContent
>
Members
Functions
get
Summary
Spannable
Link copied to clipboard
public
abstract
Spannable
getSummarySpannable
(
Context context
,
T
t
)
The content to display in the conversation list when the last message is of this type.
is
Summary
Type
Link copied to clipboard
public
abstract
boolean
isSummaryType
(
MessageContent messageContent
)
Whether this template handles the given message content.
show
Summary
With
Name
Link copied to clipboard
public
abstract
boolean
showSummaryWithName
(
)
Whether to prepend the sender's name in the conversation summary.