Package openfoodfacts. github. scrachx. openfood. features. product. view. summary
Types
Link copied to clipboard
open class AbstractSummaryProductPresenter : ISummaryProductPresenter.View
Content copied to clipboard
Link copied to clipboard
class DialogAddToListAdapter( context: Context, productLists: List<ProductLists>, onClickListener: (ProductLists) -> Unit) : RecyclerView.Adapter<DialogAddToListAdapter.ListViewHolder>
Content copied to clipboard
Link copied to clipboard
class IngredientAnalysisTagsAdapter( context: Context, tags: List<AnalysisTagConfig>, picasso: Picasso, sharedPreferences: SharedPreferences) : RecyclerView.Adapter<IngredientAnalysisTagsAdapter.IngredientAnalysisTagsViewHolder>
Content copied to clipboard
Link copied to clipboard
Created by Lobster on 17.03.18.
Link copied to clipboard
class SummaryProductFragment : BaseFragment, ISummaryProductPresenter.View
Content copied to clipboard
Link copied to clipboard
class SummaryProductPresenter( languageCode: String, product: Product, view: ISummaryProductPresenter.View, taxonomiesRepository: TaxonomiesRepository, robotoff: RobotoffRepository) : ISummaryProductPresenter.Actions
Content copied to clipboard