AbstractSummaryProductPresenter

open class AbstractSummaryProductPresenter : ISummaryProductPresenter.View

Constructors

Link copied to clipboard
fun AbstractSummaryProductPresenter()

Functions

Link copied to clipboard
open override fun showAdditivesState(state: ProductInfoState<List<AdditiveName>>)
Link copied to clipboard
open override fun showAllergens(allergens: List<AllergenName>)
Link copied to clipboard
open suspend override fun showAnalysisTags(state: ProductInfoState<List<AnalysisTagConfig>>)
Link copied to clipboard
open override fun showAnnotatedInsightToast(annotationResponse: AnnotationResponse)
Link copied to clipboard
open override fun showCategoriesState(state: ProductInfoState<List<CategoryName>>)
Link copied to clipboard
open override fun showLabelsState(state: ProductInfoState<List<LabelName>>)
Link copied to clipboard
open suspend override fun showProductQuestion(question: Question)