Picker Chat Room Type
채팅방 타입
Chat type
Entries
Link copied to clipboard
@SerializedName(value = "DirectChat" )
1:1 일반 채팅방
1:1 regular chatroom
Link copied to clipboard
@SerializedName(value = "MultiChat" )
그룹 일반 채팅방
Group regular chatroom
Link copied to clipboard
@SerializedName(value = "OpenDirectChat" )
1:1 오픈 채팅방
1:1 open chatroom
Link copied to clipboard
@SerializedName(value = "OpenMultiChat" )
그룹 오픈 채팅방
Group open 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.