SummaryProductPresenter

class SummaryProductPresenter(    languageCode: String,     product: Product,     view: ISummaryProductPresenter.View,     taxonomiesRepository: TaxonomiesRepository,     robotoff: RobotoffRepository) : ISummaryProductPresenter.Actions

Constructors

Link copied to clipboard
fun SummaryProductPresenter(    languageCode: String,     product: Product,     view: ISummaryProductPresenter.View,     taxonomiesRepository: TaxonomiesRepository,     robotoff: RobotoffRepository)

Functions

Link copied to clipboard
open suspend override fun annotateInsight(annotation: AnnotationAnswer)
Link copied to clipboard
open suspend override fun loadAdditives()
Link copied to clipboard
open suspend override fun loadAllergens()
Link copied to clipboard
open suspend override fun loadAnalysisTags()
Link copied to clipboard
open suspend override fun loadCategories()
Link copied to clipboard
open suspend override fun loadLabels()
Link copied to clipboard
open suspend override fun loadProductQuestion()