LabelRecommendSnapPlaysBlock

fun LabelRecommendSnapPlaysBlock(labelId: Int, labelName: String, onTapSnapPlay: (Int) -> Unit, onTapSnapPlayFilter: (SnapPlayFilterParams) -> Unit, onTapFavorite: (snapPlayId: Int, currentFavorite: Boolean) -> Unit, ssAppViewModel: SSAppViewModel = provideSSAppViewModel(), viewModel: LabelRecommendedSnapPlayItemsBlockViewModel = viewModel(key = labelId.toString()) { LabelRecommendedSnapPlayItemsBlockViewModel(labelId, ssAppViewModel) })(source)