ChatRequestParams

class ChatRequestParams @JvmOverloads constructor(val selectionType: PickerChatSelectionType, val chatFilters: List<PickerChatFilter>? = listOf(DefaultValues.DEFAULT_PICKER_CHAT_FILTER), val chatSelectParams: SelectParams = SelectParams.chat(mode = SelectionMode.SINGLE), val chatMemberSelectParams: SelectParams? = null) : 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), chatSelectParams: SelectParams = SelectParams.chat(mode = SelectionMode.SINGLE), chatMemberSelectParams: SelectParams? = null)

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

채팅방 멤버 피커 설정
Options for chat member picker

Link copied to clipboard

채팅방 피커 설정
Options for chat picker

Link copied to clipboard

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