Package io.rong.imkit.config
Class BaseDataProcessor
-
- All Implemented Interfaces:
public abstract class BaseDataProcessor<T>
jenny_zhou
-
-
Constructor Summary
Constructors Constructor Description BaseDataProcessor()
-
Method Summary
Modifier and Type Method Description Array<ConversationType>
supportedTypes()
List<T>
filtered(List<T> data)
boolean
isGathered(ConversationType type)
-
-
Method Detail
-
supportedTypes
Array<ConversationType> supportedTypes()
-
isGathered
boolean isGathered(ConversationType type)
-
-
-
-