Package io.rong.common
Class ExpansionUtils
-
- All Implemented Interfaces:
public class ExpansionUtils
-
-
Method Summary
Modifier and Type Method Description static CoreErrorCodefilterSendMessage(Message message)static booleanjudgeKVExceedLimit(Map<String, String> expansionDic)static booleanjudgeKVIllegality(Map<String, String> expansionDic)-
-
Method Detail
-
filterSendMessage
static CoreErrorCode filterSendMessage(Message message)
-
judgeKVExceedLimit
static boolean judgeKVExceedLimit(Map<String, String> expansionDic)
-
judgeKVIllegality
static boolean judgeKVIllegality(Map<String, String> expansionDic)
-
-
-
-