Package openfoodfacts.github.scrachx.openfood.features.product.view.summary

Types

Link copied to clipboard
open class AbstractSummaryProductPresenter : ISummaryProductPresenter.View
Link copied to clipboard
class DialogAddToListAdapter(    context: Context,     productLists: List<ProductLists>,     onClickListener: (ProductLists) -> Unit) : RecyclerView.Adapter<DialogAddToListAdapter.ListViewHolder>
Link copied to clipboard
class IngredientAnalysisTagsAdapter(    context: Context,     tags: List<AnalysisTagConfig>,     picasso: Picasso,     sharedPreferences: SharedPreferences) : RecyclerView.Adapter<IngredientAnalysisTagsAdapter.IngredientAnalysisTagsViewHolder>
Link copied to clipboard
interface ISummaryProductPresenter

Created by Lobster on 17.03.18.

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