PickerChatRequestParams

class PickerChatRequestParams @JvmOverloads constructor(selectionType: PickerChatSelectionType, title: String?, chatFilters: List<PickerChatFilter>?, viewAppearance: ViewAppearance?, orientation: PickerOrientation?, enableSearch: Boolean?, disableSelectOptions: List<DisableSelectOption>?, displayAllProfile: Boolean?, maxPickableCount: Int?, minPickableCount: Int?) : Parcelable

채팅방 피커 설정
Options for the chat picker

Constructors

Link copied to clipboard
fun PickerChatRequestParams(selectionType: PickerChatSelectionType, title: String? = null, chatFilters: List<PickerChatFilter>? = listOf(DefaultValues.DEFAULT_PICKER_CHAT_FILTER), viewAppearance: ViewAppearance? = DefaultValues.DEFAULT_PICKER_VIEW_APPEARANCE, orientation: PickerOrientation? = DefaultValues.DEFAULT_PICKER_ORIENTATION, enableSearch: Boolean? = DefaultValues.DEFAULT_ENABLE_SEARCH, disableSelectOptions: List<DisableSelectOption>? = null, displayAllProfile: Boolean? = DefaultValues.DEFAULT_DISPLAY_ALL_PROFILE, maxPickableCount: Int? = DefaultValues.DEFAULT_MAX_PICKABLE_COUNT, minPickableCount: Int? = DefaultValues.DEFAULT_MIN_PICKABLE_COUNT)

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 disableSelectOptions: List<DisableSelectOption>? = null

선택 불가 설정
Options to disable selecting

Link copied to clipboard
val displayAllProfile: Boolean?

미동의 사용자 프로필 표시 설정
Options for displaying user profile without consent

Link copied to clipboard
val enableSearch: Boolean?

검색 기능 사용 여부
Enables the search function

Link copied to clipboard
val maxPickableCount: Int?

선택 가능한 최대 대상 수
Maximum pickable count

Link copied to clipboard
val minPickableCount: Int?

선택 가능한 최소 대상 수
Minimum pickable count

Link copied to clipboard
val orientation: PickerOrientation?

피커 화면 방향
Orientation of the picker

Link copied to clipboard
val selectionType: PickerChatSelectionType

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

Link copied to clipboard
val title: String? = null

피커 이름
Name of the picker

Link copied to clipboard
val viewAppearance: ViewAppearance?

피커 화면 모드
Display type