Interface SearchedItemPanelInteractor

All Known Implementing Classes:
RecentlyViewedManager, SimilarItemsManager

public interface SearchedItemPanelInteractor
Interface for interacting with instances of the SearchedItemPanel class, allowing actions to be taken when an item is selected.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method to be called when an item is selected in the search results.
  • Method Details

    • onItemSelected

      void onItemSelected(String itemId)
      Method to be called when an item is selected in the search results.
      Parameters:
      itemId - The ID of the selected item.