SelectedChat

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

선택한 채팅방 정보
Selected chat information

Constructors

Link copied to clipboard
constructor(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
Chat ID

Link copied to clipboard

채팅방 이미지 URL
Image URL for the chat

Link copied to clipboard
val memberCount: Int? = 0

채팅방 멤버 수
Number of chat members

Link copied to clipboard

채팅방 타입
Chat type

Link copied to clipboard

채팅방 이름 타입(user: 사용자 설정 | chat: 채팅방 생성 시 설정 | default: 별도 설정 없음)
Type of the chat title (user: user set | chat: set upon creation | default: no setting)