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