OpenPickerFriendRequestParams

@JvmOverloads
constructor(title: String? = null, viewAppearance: ViewAppearance = DefaultValues.DEFAULT_PICKER_VIEW_APPEARANCE, orientation: PickerOrientation = DefaultValues.DEFAULT_PICKER_ORIENTATION, enableSearch: Boolean = DefaultValues.DEFAULT_ENABLE_SEARCH, enableIndex: Boolean = DefaultValues.DEFAULT_ENABLE_INDEX, showMyProfile: Boolean = DefaultValues.DEFAULT_SHOW_MY_PROFILE, showFavorite: Boolean = DefaultValues.DEFAULT_SHOW_FAVORITE, showPickedFriend: Boolean = DefaultValues.DEFAULT_SHOW_PICKED_FRIENDS, selectParams: SelectParams = SelectParams.friend(mode = SelectionMode.MULTIPLE))