PickerChatFilter

채팅방 목록 필터링 설정
Filtering options for the chat list

Entries

Link copied to clipboard
@SerializedName(value = "direct")
DIRECT

1:1 채팅방만 포함
Includes 1:1 chats only

Link copied to clipboard
@SerializedName(value = "multi")
MULTI

그룹 채팅방만 포함
Includes group chats only

Link copied to clipboard
@SerializedName(value = "regular")
REGULAR

일반 채팅방만 포함
Includes regular chats only

Link copied to clipboard
@SerializedName(value = "open")
OPEN

오픈 채팅방만 포함
Includes open chats only

Functions

Link copied to clipboard

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.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard