PickerTabRequestParams

class PickerTabRequestParams @JvmOverloads constructor(val title: String? = null, 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 initialPickerTab: PickerTabType = DefaultValues.DEFAULT_INITIAL_TAB, val friendsParams: PickerTabRequestParams.FriendsRequestParams, val chatParams: PickerTabRequestParams.ChatRequestParams) : Parcelable

탭 피커 설정
Options for the tap picker

Constructors

Link copied to clipboard
@JvmOverloads
constructor(title: String? = null, 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, initialPickerTab: PickerTabType = DefaultValues.DEFAULT_INITIAL_TAB, friendsParams: PickerTabRequestParams.FriendsRequestParams, chatParams: PickerTabRequestParams.ChatRequestParams)

Types

Link copied to clipboard
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

Link copied to clipboard
class FriendsRequestParams @JvmOverloads constructor(val friendFilter: PickerFriendFilter = DefaultValues.DEFAULT_PICKER_FRIEND_FILTER, val countryCodeFilters: List<String>? = null, val usingOsFilter: PickerUsingOsFilter = DefaultValues.DEFAULT_OS_FILTER, val enableIndex: Boolean = DefaultValues.DEFAULT_ENABLE_INDEX, val showMyProfile: Boolean = DefaultValues.DEFAULT_SHOW_MY_PROFILE, val showFavorite: Boolean = DefaultValues.DEFAULT_SHOW_FAVORITE, val showPickedFriend: Boolean = DefaultValues.DEFAULT_SHOW_PICKED_FRIENDS, val selectParams: SelectParams = SelectParams.friend(mode = SelectionMode.MULTIPLE)) : Parcelable

친구 피커 탭 설정
Options for the friend picker tap

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

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

Link copied to clipboard

선택 불가 설정
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

친구 피커 설정
Options for the friend picker

Link copied to clipboard

최초로 표시할 탭
The tab to display initially

Link copied to clipboard

피커 화면 방향
Orientation of the picker

Link copied to clipboard
val title: String? = null

피커 이름
Name of the picker

Link copied to clipboard

피커 화면 모드
Display type