Package-level declarations

Functions

Link copied to clipboard
fun FavoriteSnapPlayList(onNavigateToDetail: (Int) -> Unit, onFavoriteAttemptWithoutLogin: () -> Unit = {}, ssAppViewModel: SSAppViewModel = provideSSAppViewModel(), favoriteSnapPlayViewModel: FavoriteSnapPlayItemsViewModel = viewModel { FavoriteSnapPlayItemsViewModel(ssAppViewModel) })
Link copied to clipboard
fun FavoriteSnapPlayListBody(snapPlayIdsData: SnapPlayIdsData, onNavigateToDetail: (Int) -> Unit, onFavoriteAttemptWithoutLogin: () -> Unit, favoriteSnapPlayViewModel: FavoriteSnapPlayItemsViewModel, customerUserCode: String)
Link copied to clipboard
Link copied to clipboard
fun SearchConditionView(labels: List<Label>, snapPlayFilterParams: SnapPlayFilterParams? = null)
Link copied to clipboard
fun SnapPlayList(snapPlayFilterParams: SnapPlayFilterParams = SnapPlayFilterParams(), onNavigateToDetail: (Int) -> Unit, onFavoriteAttemptWithoutLogin: () -> Unit = {}, ssAppViewModel: SSAppViewModel = provideSSAppViewModel(), snapPlayItemsViewModel: SnapPlayItemsViewModel = viewModel { SnapPlayItemsViewModel(ssAppViewModel) })
Link copied to clipboard
fun SnapPlayListCell(snapPlayItemUiState: SnapPlayItemUiState, onTapFavorite: () -> Unit)