PickerChatRoomType

채팅방 타입
Chat type

Entries

Link copied to clipboard
@SerializedName(value = "DirectChat")
DIRECT_CHAT

1:1 일반 채팅방
1:1 regular chatroom

Link copied to clipboard
@SerializedName(value = "MultiChat")
MULTI_CHAT

그룹 일반 채팅방
Group regular chatroom

Link copied to clipboard
@SerializedName(value = "OpenDirectChat")
OPEN_DIRECT_CHAT

1:1 오픈 채팅방
1:1 open chatroom

Link copied to clipboard
@SerializedName(value = "OpenMultiChat")
OPEN_MULTI_CHAT

그룹 오픈 채팅방
Group open chatroom

Link copied to clipboard
@SerializedName(value = "MemoChat")
MEMO_CHAT

나와의 채팅방
My chatroom

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