Package com.kakao.sdk.partner.friend.model

파트너용 피커 API 모델 패키지
Partner model package for Picker APIs

Types

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

Link copied to clipboard
class PickerFriendRequestParams @JvmOverloads constructor(title: String?, friendFilter: PickerFriendFilter?, countryCodeFilters: List<String>?, usingOsFilter: PickerUsingOsFilter?, viewAppearance: ViewAppearance?, orientation: PickerOrientation?, enableSearch: Boolean?, enableIndex: Boolean?, showMyProfile: Boolean?, showFavorite: Boolean?, disableSelectOptions: List<DisableSelectOption>?, displayAllProfile: Boolean?, showPickedFriend: Boolean?, maxPickableCount: Int?, minPickableCount: Int?) : Parcelable

친구 피커 설정
Options for the friend picker

Link copied to clipboard
class PickerTabRequestParams @JvmOverloads constructor(title: String?, viewAppearance: ViewAppearance?, orientation: PickerOrientation?, enableSearch: Boolean?, disableSelectOptions: List<DisableSelectOption>?, displayAllProfile: Boolean?, maxPickableCount: Int?, minPickableCount: Int?, friendsParams: PickerTabRequestParams.FriendsRequestParams, chatParams: PickerTabRequestParams.ChatRequestParams) : Parcelable

탭 피커 설정
Options for the tap picker