Package com.lagradost.cloudstream3.ui.search

Types

OnGoingSearch
Link copied to clipboard
data class OnGoingSearch(apiName: String, data: Resource<List<SearchResponse>>)
SearchAdapter
Link copied to clipboard
class SearchAdapter(cardList: MutableList<SearchResponse>, resView: AutofitRecyclerView, clickCallback: (SearchClickCallback) -> Unit) : RecyclerView.Adapter<RecyclerView.ViewHolder>
SearchClickCallback
Link copied to clipboard
class SearchClickCallback(action: Int, view: View, position: Int, card: SearchResponse)
SearchFragment
Link copied to clipboard
class SearchFragment : Fragment
SearchHelper
Link copied to clipboard
object SearchHelper
SearchHistoryAdaptor
Link copied to clipboard
SearchHistoryCallback
Link copied to clipboard
data class SearchHistoryCallback(item: SearchHistoryItem, clickAction: Int)
SearchHistoryDiffCallback
Link copied to clipboard
class SearchHistoryDiffCallback(oldList: List<SearchHistoryItem>, newList: List<SearchHistoryItem>) : DiffUtil.Callback
SearchHistoryItem
Link copied to clipboard
data class SearchHistoryItem(searchedAt: Long, searchText: String, type: List<TvType>, key: String)
SearchResponseDiffCallback
Link copied to clipboard
class SearchResponseDiffCallback(oldList: List<SearchResponse>, newList: List<SearchResponse>) : DiffUtil.Callback
SearchResultBuilder
Link copied to clipboard
object SearchResultBuilder
SearchViewModel
Link copied to clipboard
class SearchViewModel : ViewModel
SyncSearchViewModel
Link copied to clipboard
class SyncSearchViewModel

Properties

SEARCH_ACTION_FOCUSED
Link copied to clipboard
const val SEARCH_ACTION_FOCUSED: Int = 4
SEARCH_ACTION_LOAD
Link copied to clipboard
const val SEARCH_ACTION_LOAD: Int = 0
Click
SEARCH_ACTION_PLAY_FILE
Link copied to clipboard
const val SEARCH_ACTION_PLAY_FILE: Int = 2
SEARCH_ACTION_SHOW_METADATA
Link copied to clipboard
const val SEARCH_ACTION_SHOW_METADATA: Int = 1
Long press
SEARCH_HISTORY_KEY
Link copied to clipboard
const val SEARCH_HISTORY_KEY: String
SEARCH_HISTORY_OPEN
Link copied to clipboard
const val SEARCH_HISTORY_OPEN: Int = 0
SEARCH_HISTORY_REMOVE
Link copied to clipboard
const val SEARCH_HISTORY_REMOVE: Int = 1
SEARCH_PREF_PROVIDERS
Link copied to clipboard
const val SEARCH_PREF_PROVIDERS: String
SEARCH_PREF_TAGS
Link copied to clipboard
const val SEARCH_PREF_TAGS: String