Package com. lagradost. cloudstream3. ui
Types
APIRepository
Link copied to clipboard
AutofitRecyclerView
Link copied to clipboard
class AutofitRecyclerView @JvmOverloads() constructor(context: Context, attrs: AttributeSet?) : RecyclerView
Content copied to clipboard
ControllerActivity
Link copied to clipboard
EasterEggMonke
Link copied to clipboard
GrdLayoutManager
Link copied to clipboard
class GrdLayoutManager(context: Context, _spanCount: Int) : GridLayoutManager
Content copied to clipboard
HeaderViewDecoration
Link copied to clipboard
class HeaderViewDecoration(customView: View) : RecyclerView.ItemDecoration
Content copied to clipboard
MetadataHolder
Link copied to clipboard
data class MetadataHolder(apiName: String, isMovie: Boolean, title: String?, poster: String?, currentEpisodeIndex: Int, episodes: List<ResultEpisode>, currentLinks: List<ExtractorLink>, currentSubtitles: List<SubtitleData>)
Content copied to clipboard
MyMiniControllerFragment
Link copied to clipboard
SelectSourceController
Link copied to clipboard
class SelectSourceController(view: ImageView, activity: ControllerActivity) : UIController
Content copied to clipboard
SkipNextEpisodeController
Link copied to clipboard
SkipTimeController
Link copied to clipboard
class SkipTimeController(view: ImageView, forwards: Boolean) : UIController
Content copied to clipboard
WebviewFragment
Link copied to clipboard