ChatRequestParams

class ChatRequestParams @JvmOverloads constructor(selectionType: PickerChatSelectionType, chatFilters: List<PickerChatFilter>?) : Parcelable

채팅방 피커 탭 설정
Options for the chatroom picker tap

Constructors

Link copied to clipboard
fun ChatRequestParams(selectionType: PickerChatSelectionType, chatFilters: List<PickerChatFilter>? = listOf(DefaultValues.DEFAULT_PICKER_CHAT_FILTER))

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 chatFilters: List<PickerChatFilter>?

채팅방 목록 필터링 설정
Filtering options for the chat list

Link copied to clipboard
val selectionType: PickerChatSelectionType

채팅방 피커 종류
Selection types for the chat picker