Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class SearchAdapter( cardList: MutableList<SearchResponse>, resView: AutofitRecyclerView, clickCallback: (SearchClickCallback) -> Unit) : RecyclerView.Adapter<RecyclerView.ViewHolder>
Link copied to clipboard
class SearchClickCallback(val action: Int, val view: View, val position: Int, val card: SearchResponse)
Link copied to clipboard
Link copied to clipboard
object SearchHelper
Link copied to clipboard
class SearchHistoryAdaptor( cardList: MutableList<SearchHistoryItem>, clickCallback: (SearchHistoryCallback) -> Unit) : RecyclerView.Adapter<RecyclerView.ViewHolder>
Link copied to clipboard
Link copied to clipboard
class SearchHistoryDiffCallback(oldList: List<SearchHistoryItem>, newList: List<SearchHistoryItem>) : DiffUtil.Callback
Link copied to clipboard
Link copied to clipboard
class SearchResponseDiffCallback(oldList: List<SearchResponse>, newList: List<SearchResponse>) : DiffUtil.Callback
Link copied to clipboard
object SearchResultBuilder
Link copied to clipboard
Link copied to clipboard
class SyncSearchViewModel