Friends Request Params
class FriendsRequestParams @JvmOverloads constructor(friendFilter: PickerFriendFilter?, countryCodeFilters: List<String>?, usingOsFilter: PickerUsingOsFilter?, enableIndex: Boolean?, showMyProfile: Boolean?, showFavorite: Boolean?, showPickedFriend: Boolean?) : Parcelable
Content copied to clipboard
친구 피커 탭 설정
Options for the friend picker tap
Constructors
Link copied to clipboard
fun FriendsRequestParams(friendFilter: PickerFriendFilter? = DefaultValues.DEFAULT_PICKER_FRIEND_FILTER, countryCodeFilters: List<String>? = null, usingOsFilter: PickerUsingOsFilter? = DefaultValues.DEFAULT_OS_FILTER, 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)
Content copied to clipboard