PickerFriendRequestParams

class PickerFriendRequestParams @JvmOverloads constructor(val title: String? = null, val friendFilter: PickerFriendFilter? = DefaultValues.DEFAULT_PICKER_FRIEND_FILTER, val countryCodeFilters: List<String>? = null, val usingOsFilter: PickerUsingOsFilter? = DefaultValues.DEFAULT_OS_FILTER, val viewAppearance: ViewAppearance? = DefaultValues.DEFAULT_PICKER_VIEW_APPEARANCE, val orientation: PickerOrientation? = DefaultValues.DEFAULT_PICKER_ORIENTATION, val enableSearch: Boolean? = DefaultValues.DEFAULT_ENABLE_SEARCH, val enableIndex: Boolean? = DefaultValues.DEFAULT_ENABLE_INDEX, val showMyProfile: Boolean? = DefaultValues.DEFAULT_SHOW_MY_PROFILE, val showFavorite: Boolean? = DefaultValues.DEFAULT_SHOW_FAVORITE, val disableSelectOptions: List<DisableSelectOption>? = null, val displayAllProfile: Boolean? = DefaultValues.DEFAULT_DISPLAY_ALL_PROFILE, val showPickedFriend: Boolean? = DefaultValues.DEFAULT_SHOW_PICKED_FRIENDS, val maxPickableCount: Int? = DefaultValues.DEFAULT_MAX_PICKABLE_COUNT, val minPickableCount: Int? = DefaultValues.DEFAULT_MIN_PICKABLE_COUNT) : Parcelable

친구 피커 설정
Options for the friend picker

Constructors

Link copied to clipboard
@JvmOverloads
constructor(title: String? = null, friendFilter: PickerFriendFilter? = DefaultValues.DEFAULT_PICKER_FRIEND_FILTER, countryCodeFilters: List<String>? = null, usingOsFilter: PickerUsingOsFilter? = DefaultValues.DEFAULT_OS_FILTER, viewAppearance: ViewAppearance? = DefaultValues.DEFAULT_PICKER_VIEW_APPEARANCE, orientation: PickerOrientation? = DefaultValues.DEFAULT_PICKER_ORIENTATION, enableSearch: Boolean? = DefaultValues.DEFAULT_ENABLE_SEARCH, enableIndex: Boolean? = DefaultValues.DEFAULT_ENABLE_INDEX, showMyProfile: Boolean? = DefaultValues.DEFAULT_SHOW_MY_PROFILE, showFavorite: Boolean? = DefaultValues.DEFAULT_SHOW_FAVORITE, disableSelectOptions: List<DisableSelectOption>? = null, displayAllProfile: Boolean? = DefaultValues.DEFAULT_DISPLAY_ALL_PROFILE, showPickedFriend: Boolean? = DefaultValues.DEFAULT_SHOW_PICKED_FRIENDS, 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 countryCodeFilters: List<String>? = null

국가 코드 필터링 설정
Filtering options for the country code

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 enableIndex: Boolean?

인덱스뷰 사용 여부
Enables the index view

Link copied to clipboard
val enableSearch: Boolean?

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

Link copied to clipboard

친구 목록 필터링 설정
Filtering options for the friend list

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

피커 화면 방향
Orientation of the picker

Link copied to clipboard
val showFavorite: Boolean?

즐겨찾기 친구 표시 여부
Marks on favorite friends

Link copied to clipboard
val showMyProfile: Boolean?

내 프로필 표시 여부
Displays my profile

Link copied to clipboard
val showPickedFriend: Boolean?

선택한 친구 표시 여부, 멀티 피커에만 사용 가능
Displays selected friends for multi-picker

Link copied to clipboard
val title: String? = null

피커 이름
Name of the picker

Link copied to clipboard

친구의 카카오톡 가입 기기 OS 필터링 설정
Filtering options for the OS of the friend's device used to sign up for Kakao Talk

Link copied to clipboard

피커 화면 모드
Display type