Product Ingredients View Model
class ProductIngredientsViewModel @Inject constructor( taxonomiesRepository: TaxonomiesRepository, localeManager: LocaleManager, productRepository: ProductRepository) : ViewModel
Content copied to clipboard
Created by Lobster on 17.03.18.
Constructors
Link copied to clipboard
@Inject
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
fun openFullScreen( ingredientsImgUrl: String?, productState: ProductState, imageViewIngredients: ImageButton, fragment: Fragment)
Content copied to clipboard