SnapPlaySearchCondition
data class SnapPlaySearchCondition(val labelId: Int?, val selectedCategories: List<CachingTagListViewItem<SelectedCategoryInfo>>, val selectedTags: Set<String>, val keyword: String, val heightRange: IntRange?, val age: IntRange?, val coordinateGenre: CoordinateGenre?, val useBaseProductCode: Boolean, val baseProductCode: String?, val useUserId: Boolean, val userId: String?, val selectedShopCodes: Set<String>, val cachedShops: Set<Shop>)(source)
Constructors
Link copied to clipboard
constructor(labelId: Int?, selectedCategories: List<CachingTagListViewItem<SelectedCategoryInfo>>, selectedTags: Set<String>, keyword: String, heightRange: IntRange?, age: IntRange?, coordinateGenre: CoordinateGenre?, useBaseProductCode: Boolean, baseProductCode: String?, useUserId: Boolean, userId: String?, selectedShopCodes: Set<String>, cachedShops: Set<Shop>)