SelectedChat

data class SelectedChat(id: Long, memberCount: Int?, titleSource: String?, imageUrl: String?, roomType: PickerChatRoomType?) : Parcelable

선택한 카카오톡 채팅방 정보.

Constructors

Link copied to clipboard
fun SelectedChat(id: Long, memberCount: Int? = 0, titleSource: String?, imageUrl: String?, roomType: PickerChatRoomType?)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val id: Long

채팅방 ID

Link copied to clipboard
val imageUrl: String?

채팅방 이미지의 URL

Link copied to clipboard
val memberCount: Int? = 0

채팅방 멤버 수

Link copied to clipboard
val roomType: PickerChatRoomType?

선택한 채팅방의 타입

Link copied to clipboard
val titleSource: String?

채팅방 이름 타입