Types
Link copied to clipboard
class DisableSelectOption @JvmOverloads constructor(var reason: DisableSelectReason, val message: String? = null, var uuids: List<String>? = null) : Parcelable
선택 불가 설정
Options to disable selecting
Link copied to clipboard
선택 불가 사유
Reason to disable selecting
Link copied to clipboard
class OpenPickerFriendRequestParams @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 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 maxPickableCount: Int? = DefaultValues.DEFAULT_MAX_PICKABLE_COUNT, val minPickableCount: Int? = DefaultValues.DEFAULT_MIN_PICKABLE_COUNT) : Parcelable
피커 설정
Options for the picker
Link copied to clipboard
채팅방 목록 필터링 설정
Filtering options for the chat list
Link copied to clipboard
채팅방 타입
Chat type
Link copied to clipboard
채팅방 피커 종류
Selection types for the chat picker
Link copied to clipboard
친구 목록 필터링 설정
Filtering options for the friend list
Link copied to clipboard
피커 화면 방향
Orientation 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
data class SelectedChat(val id: Long, val memberCount: Int? = 0, val titleSource: String?, val imageUrl: String?, val roomType: PickerChatRoomType?) : Parcelable
선택한 채팅방 정보
Selected chat information
Link copied to clipboard
data class SelectedUser(val id: Long?, val uuid: String, val profileNickname: String?, val profileThumbnailImage: String?, val favorite: Boolean?) : Parcelable
선택한 사용자 정보
Selected user information
Link copied to clipboard
선택한 사용자 정보 목록
A list of the selected user information
Link copied to clipboard
피커 화면 모드
Display type