Package com. kakao. sdk. partner. friend. model
Partner SDK에만 제공하는 패키지. 피커 API 요청과 응답에 사용되는 모델 클래스들을 제공.
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
Content copied to clipboard
Link copied to clipboard
class PickerFriendRequestParams @JvmOverloads constructor(title: String?, serviceTypeFilter: PickerServiceTypeFilter?, 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
Content copied to clipboard
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
Content copied to clipboard