Picker Chat Request Params
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
Content copied to clipboard
채팅방 피커 설정
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)
Content copied to clipboard