SnapPlayDetail

fun SnapPlayDetail(snapPlayId: String, onTapStaff: (Int) -> Unit, onTapSnapPlayFilter: (SnapPlayFilterParams) -> Unit, onTapSnapPlay: (Int) -> Unit, onTapProductItem: (String) -> Unit, onTapSnapPlayNotFoundBack: () -> Unit, onFavoriteAttemptWithoutLogin: () -> Unit, viewModel: SnapPlayViewModel = SnapPlayViewModel(snapPlayId.toInt()))(source)