PickerTabRequestParams

@JvmOverloads
constructor(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, initialPickerTab: PickerTabType = DefaultValues.DEFAULT_INITIAL_TAB, friendsParams: PickerTabRequestParams.FriendsRequestParams, chatParams: PickerTabRequestParams.ChatRequestParams)