Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface CanFavoriteSnapPlay
Link copied to clipboard
interface CanFavoriteStaff
Link copied to clipboard
class FavoriteSnapPlayItemsViewModel(ssAppViewModel: SSAppViewModel) : ViewModel, CanFavoriteSnapPlay
Link copied to clipboard
Link copied to clipboard
class LabelRecommendedSnapPlayItemsBlockViewModel(labelId: Int, ssAppViewModel: SSAppViewModel) : ViewModel
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SelectedSubCategoryInfo(val parent: ProductCategory, val child: ProductSubCategory) : SelectedCategoryInfo
Link copied to clipboard
Link copied to clipboard
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 selectedShopCodes: Set<String>, val cachedShops: Set<Shop>)
Link copied to clipboard
class SnapPlayViewModel(snapPlayId: Int, ssAppViewModel: SSAppViewModel) : ViewModel, CanFavoriteSnapPlay, CanFavoriteStaff
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class StaffViewModel(staffId: Int, ssAppViewModel: SSAppViewModel) : ViewModel, CanFavoriteSnapPlay, CanFavoriteStaff
Link copied to clipboard
class UserNewArrivalSnapPlayItemsBlockViewModel(userId: Int, ssAppViewModel: SSAppViewModel) : ViewModel
Link copied to clipboard
class UserRecommendedSnapPlayItemsBlockViewModel(userId: Int, ssAppViewModel: SSAppViewModel) : ViewModel