Picker Chat Request Params
class PickerChatRequestParams @JvmOverloads constructor(val selectionType: PickerChatSelectionType, val title: String? = null, val chatFilters: List<PickerChatFilter>? = listOf(DefaultValues.DEFAULT_PICKER_CHAT_FILTER), val viewAppearance: ViewAppearance = DefaultValues.DEFAULT_PICKER_VIEW_APPEARANCE, val orientation: PickerOrientation = DefaultValues.DEFAULT_PICKER_ORIENTATION, val enableSearch: Boolean = DefaultValues.DEFAULT_ENABLE_SEARCH, val disableSelectOptions: List<DisableSelectOption>? = null, val displayAllProfile: Boolean = DefaultValues.DEFAULT_DISPLAY_ALL_PROFILE, val chatSelectParams: SelectParams = SelectParams.chat(mode = SelectionMode.SINGLE), val chatMemberSelectParams: SelectParams? = null) : Parcelable
채팅방 피커 설정
Options for the chat picker
Constructors
Link copied to clipboard
@JvmOverloads
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
선택 불가 설정
Options to disable selecting
Link copied to clipboard
미동의 사용자 프로필 표시 설정
Options for displaying user profile without consent
Link copied to clipboard
검색 기능 사용 여부
Enables the search function
Link copied to clipboard
피커 화면 방향
Orientation of the picker
Link copied to clipboard
채팅방 피커 종류
Selection types for the chat picker
Link copied to clipboard
피커 화면 모드
Display type