IChannelSummaryProvider

public interface IChannelSummaryProvider<T extends MessageContent>

Functions

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.
Link copied to clipboard
public abstract boolean isSummaryType(MessageContent messageContent)
Whether this template handles the given message content.
Link copied to clipboard
public abstract boolean showSummaryWithName()
Whether to prepend the sender's name in the conversation summary.