Package com.kakao.sdk.friend.model

피커 API 모델 패키지
Package for the picker APIs model class

Types

Link copied to clipboard
class DisableSelectOption @JvmOverloads constructor(reason: DisableSelectReason, message: String?, uuids: List<String>?) : Parcelable

선택 불가 설정
Options to disable selecting

Link copied to clipboard
enum DisableSelectReason : Enum<DisableSelectReason>

선택 불가 사유
Reason to disable selecting

Link copied to clipboard
class OpenPickerFriendRequestParams @JvmOverloads constructor(title: String?, viewAppearance: ViewAppearance?, orientation: PickerOrientation?, enableSearch: Boolean?, enableIndex: Boolean?, showMyProfile: Boolean?, showFavorite: Boolean?, showPickedFriend: Boolean?, maxPickableCount: Int?, minPickableCount: Int?) : Parcelable

피커 설정
Options for the picker

Link copied to clipboard
enum PickerChatFilter : Enum<PickerChatFilter>

채팅방 목록 필터링 설정
Filtering options for the chat list

Link copied to clipboard
enum PickerChatRoomType : Enum<PickerChatRoomType>

채팅방 타입
Chat type

Link copied to clipboard
enum PickerChatSelectionType : Enum<PickerChatSelectionType>

채팅방 피커 종류
Selection types for the chat picker

Link copied to clipboard
enum PickerFriendFilter : Enum<PickerFriendFilter>

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

Link copied to clipboard
enum PickerOrientation : Enum<PickerOrientation>

피커 화면 방향
Orientation of the picker

Link copied to clipboard
enum PickerUsingOsFilter : Enum<PickerUsingOsFilter>

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

Link copied to clipboard
data class SelectedChat(id: Long, memberCount: Int?, titleSource: String?, imageUrl: String?, roomType: PickerChatRoomType?) : Parcelable

선택한 채팅방 정보
Selected chat information

Link copied to clipboard
data class SelectedUser(id: Long?, uuid: String, profileNickname: String?, profileThumbnailImage: String?, favorite: Boolean?) : Parcelable

선택한 사용자 정보
Selected user information

Link copied to clipboard
data class SelectedUsers(totalCount: Int, users: List<SelectedUser>?) : Parcelable

선택한 사용자 정보 목록
A list of the selected user information

Link copied to clipboard
enum ViewAppearance : Enum<ViewAppearance>

피커 화면 모드
Display type