Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
fun SnapPlayDetail(snapPlayId: String, onTapStaff: (Int) -> Unit, onTapSnapPlayFilter: (SnapPlayFilterParams) -> Unit, onTapSnapPlay: (Int) -> Unit, onTapProductItem: (String) -> Unit, onTapSnapPlayNotFoundBack: () -> Unit, onFavoriteAttemptWithoutLogin: () -> Unit, ssAppViewModel: SSAppViewModel = provideSSAppViewModel(), viewModel: SnapPlayViewModel = viewModel {
SnapPlayViewModel(snapPlayId.toInt(), ssAppViewModel)
})