MessageBlockType

public enum MessageBlockType

Author

yanke

Entries

Link copied to clipboard

未知类型

Link copied to clipboard

全局敏感词:命中了融云内置的全局敏感词

Link copied to clipboard

自定义敏感词拦截:命中了客户在融云自定义的敏感词

Link copied to clipboard

第三方审核拦截:命中了第三方(数美)或模板路由决定不下发的状态

Properties

Link copied to clipboard
public int value

Functions

Link copied to clipboard
public static MessageBlockType valueOf(int value)

public 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.)

Link copied to clipboard
public 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.