Picker Friend Request Params
class PickerFriendRequestParams @JvmOverloads constructor(title: String?, friendFilter: PickerFriendFilter?, countryCodeFilters: List<String>?, usingOsFilter: PickerUsingOsFilter?, viewAppearance: ViewAppearance?, orientation: PickerOrientation?, enableSearch: Boolean?, enableIndex: Boolean?, showMyProfile: Boolean?, showFavorite: Boolean?, disableSelectOptions: List<DisableSelectOption>?, displayAllProfile: Boolean?, showPickedFriend: Boolean?, maxPickableCount: Int?, minPickableCount: Int?) : Parcelable
Content copied to clipboard
친구 피커 설정
Options for the friend picker
Constructors
Link copied to clipboard
fun PickerFriendRequestParams(title: String? = null, friendFilter: PickerFriendFilter? = DefaultValues.DEFAULT_PICKER_FRIEND_FILTER, countryCodeFilters: List<String>? = null, usingOsFilter: PickerUsingOsFilter? = DefaultValues.DEFAULT_OS_FILTER, 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, disableSelectOptions: List<DisableSelectOption>? = null, displayAllProfile: Boolean? = DefaultValues.DEFAULT_DISPLAY_ALL_PROFILE, showPickedFriend: Boolean? = DefaultValues.DEFAULT_SHOW_PICKED_FRIENDS, maxPickableCount: Int? = DefaultValues.DEFAULT_MAX_PICKABLE_COUNT, minPickableCount: Int? = DefaultValues.DEFAULT_MIN_PICKABLE_COUNT)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard