ChatRequestParams

class ChatRequestParams @JvmOverloads constructor(val selectionType: PickerChatSelectionType, val chatFilters: List<PickerChatFilter>? = listOf(DefaultValues.DEFAULT_PICKER_CHAT_FILTER)) : Parcelable

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

Constructors

Link copied to clipboard
@JvmOverloads
constructor(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

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

Link copied to clipboard

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