Picker Tab Request Params
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
Content copied to clipboard
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)
Content copied to clipboard
Types
Link copied to clipboard
class ChatRequestParams @JvmOverloads constructor(selectionType: PickerChatSelectionType, chatFilters: List<PickerChatFilter>?) : Parcelable
Content copied to clipboard
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
Content copied to clipboard