Package io.rong.imlib.model
Enum MessageBlockType
-
- All Implemented Interfaces:
public enum MessageBlockTypeyanke
-
-
Field Summary
Fields Modifier and Type Field Description public intvalue
-
Enum Constant Summary
Enum Constants Enum Constant Description UNKNOWN未知类型
BLOCK_GLOBAL全局敏感词:命中了融云内置的全局敏感词
BLOCK_CUSTOM自定义敏感词拦截:命中了客户在融云自定义的敏感词
BLOCK_THIRD_PATY第三方审核拦截:命中了第三方(数美)或模板路由决定不下发的状态
-
Method Summary
Modifier and Type Method Description static MessageBlockTypevalueOf(int value)static Array<MessageBlockType>values()Returns an array containing the constants of this enum type, in the order they're declared. static MessageBlockTypevalueOf(String name)Returns the enum constant of this type with the specified name. -
-
Method Detail
-
valueOf
static MessageBlockType valueOf(int value)
-
values
static Array<MessageBlockType> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static MessageBlockType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Returns:
the enum constant with the specified name
-
-
-
-