PickerTabRequestParams

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

Constructors

Link copied to clipboard
fun PickerTabRequestParams(title: String? = null, viewAppearance: ViewAppearance? = DefaultValues.DEFAULT_PICKER_VIEW_APPEARANCE, orientation: PickerOrientation? = DefaultValues.DEFAULT_PICKER_ORIENTATION, enableSearch: Boolean? = DefaultValues.DEFAULT_ENABLE_SEARCH, disableSelectOptions: List<DisableSelectOption>? = null, displayAllProfile: Boolean? = DefaultValues.DEFAULT_DISPLAY_ALL_PROFILE, maxPickableCount: Int? = DefaultValues.DEFAULT_MAX_PICKABLE_COUNT, minPickableCount: Int? = DefaultValues.DEFAULT_MIN_PICKABLE_COUNT, friendsParams: PickerTabRequestParams.FriendsRequestParams, chatParams: PickerTabRequestParams.ChatRequestParams)

Types

Link copied to clipboard
class ChatRequestParams @JvmOverloads constructor(selectionType: PickerChatSelectionType, chatFilters: List<PickerChatFilter>?) : Parcelable
Link copied to clipboard
class FriendsRequestParams @JvmOverloads constructor(serviceTypeFilter: PickerServiceTypeFilter?, friendFilter: PickerFriendFilter?, countryCodeFilters: List<String>?, usingOsFilter: PickerUsingOsFilter?, enableIndex: Boolean?, showMyProfile: Boolean?, showFavorite: Boolean?, showPickedFriend: Boolean?) : Parcelable

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

탭 피커에서 채팅방 목록 호출 시 전달할 추가 파라미터

Link copied to clipboard
val disableSelectOptions: List<DisableSelectOption>? = null

친구 목록이나 채팅방 멤버 목록에서 사용자 선택 불가 처리

Link copied to clipboard
val displayAllProfile: Boolean?

앱과 연결되지 않았거나 동의 항목에 미동의한 사용자의 프로필 전체 정보 표시 여부

Link copied to clipboard
val enableSearch: Boolean?

검색 기능 사용 여부

Link copied to clipboard

탭 피커에서 친구 목록 호출 시 전달할 추가 파라미터

Link copied to clipboard
val maxPickableCount: Int?

선택 가능한 친구 수의 최대값

Link copied to clipboard
val minPickableCount: Int?

선택 가능한 친구 수의 최소값

Link copied to clipboard
val orientation: PickerOrientation?

피커의 방향

Link copied to clipboard
val title: String? = null

피커의 타이틀 영역에 표시될 텍스트

Link copied to clipboard
val viewAppearance: ViewAppearance?

피커 화면 모드