data class SelectedChat : Parcelable
선택한 카카오톡 채팅방 정보.
<init> |
선택한 카카오톡 채팅방 정보. SelectedChat(id: Long, memberCount: Int? = 0, titleSource: String?, imageUrl: String?, type: PickerChatType?) |
id |
채팅방 ID val id: Long |
imageUrl |
채팅방 이미지의 URL val imageUrl: String? |
memberCount |
채팅방 멤버 수 val memberCount: Int? |
titleSource |
채팅방 이름 타입 val titleSource: String? |
type |
선택한 채팅방의 타입 var type: PickerChatType? |