ConversationUnreadCountFilter

会话列表未读数筛选条件。

Since

5.44.0

Entries

Link copied to clipboard

不按未读数筛选,返回全部匹配会话。

Link copied to clipboard

仅返回未读消息数大于 0 的会话。

Link copied to clipboard

仅返回存在未读 @ 消息的会话。

Link copied to clipboard

仅返回未读消息数等于 0 的会话。

Properties

Link copied to clipboard
public final int value

Functions

Link copied to clipboard
public static ConversationUnreadCountFilter fromValue(int value)
根据协议值获取筛选条件。
Link copied to clipboard
public int getValue()
获取协议层使用的枚举值。
Link copied to clipboard
public static ConversationUnreadCountFilter 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

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.