DataProcessor

public interface DataProcessor<T>

Functions

Link copied to clipboard
public abstract List<T> filtered(List<T> data)
对会话数据进行过滤。 从数据库批量拉取到会话列表时和在线收到消息产生新会话时都会回调此方法
Link copied to clipboard
public abstract boolean isGathered(ConversationType type)
public boolean isGathered(ConversationIdentifier identifier)
某一会话类型是否聚合状态显示。
Link copied to clipboard
public abstract Array<ConversationType> supportedTypes()
设置会话列表页支持的会话类型