Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class BrandSnapPlaysBlockCondition(val labelId: Int? = null, val tags: Set<String> = emptySet(), val keyword: String = "", val heightRange: IntRange? = null, val ageRange: IntRange? = null, val coordinateGenre: CoordinateGenre? = null, val baseProductCode: String? = null, val userId: String? = null, val order: Order = Order.NEW_ARRIVAL, val shopCodes: Set<String> = emptySet())
Link copied to clipboard
data class BrandStaffsBlockConditions(val labelId: Int? = null, val gender: Gender? = null, val age: IntRange? = null, val shopIds: Set<Int> = emptySet(), val heightRange: IntRange? = null, val order: Order = Order.NEW_ARRIVAL)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SearchStaffShopData(val list: List<Shop>, val totalCount: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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 useBaseProductCode: Boolean, val baseProductCode: String?, val useUserId: Boolean, val userId: String?, val selectedShopCodes: Set<String>, val cachedShops: Set<Shop>)
Link copied to clipboard
data class SnapPlaySearchConditionRouteParams(val labelId: Int? = null, val selectedTags: Set<String> = emptySet(), val keyword: String = "", val heightRange: IntRange? = null, val ageRange: IntRange? = null, val coordinateGenre: CoordinateGenre? = null, val baseProductCode: String? = null, val userId: String? = null, val order: Order = Order.NEW_ARRIVAL, val selectedShopCodes: Set<String> = emptySet())
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class StaffItemsViewModel(ssAppViewModel: SSAppViewModel, staffSearchConditionRouteParams: StaffSearchConditionRouteParams) : ViewModel, CanFavoriteStaff
Link copied to clipboard
data class StaffSearchCondition(val gender: Gender?, val age: IntRange?, val labelId: Int?, val selectedShopIds: Set<Int>, val heightRange: IntRange?, val cachedShops: Set<Shop>)
Link copied to clipboard
data class StaffSearchConditionRouteParams(val gender: Gender? = null, val age: IntRange? = null, val labelId: Int? = null, val selectedShopIds: Set<Int> = emptySet(), val heightRange: IntRange? = null, val order: Order = Order.NEW_ARRIVAL)
Link copied to clipboard

Properties

Link copied to clipboard

Functions