Package com.lagradost.cloudstream3.ui

Types

APIRepository
Link copied to clipboard
class APIRepository(api: MainAPI)
AutofitRecyclerView
Link copied to clipboard
class AutofitRecyclerView @JvmOverloads() constructor(context: Context, attrs: AttributeSet?) : RecyclerView
ControllerActivity
Link copied to clipboard
class ControllerActivity : ExpandedControllerActivity
EasterEggMonke
Link copied to clipboard
class EasterEggMonke : AppCompatActivity
GrdLayoutManager
Link copied to clipboard
class GrdLayoutManager(context: Context, _spanCount: Int) : GridLayoutManager
HeaderViewDecoration
Link copied to clipboard
class HeaderViewDecoration(customView: View) : RecyclerView.ItemDecoration
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>)
MyMiniControllerFragment
Link copied to clipboard
class MyMiniControllerFragment : MiniControllerFragment
SelectSourceController
Link copied to clipboard
class SelectSourceController(view: ImageView, activity: ControllerActivity) : UIController
SkipNextEpisodeController
Link copied to clipboard
class SkipNextEpisodeController(view: ImageView) : UIController
SkipTimeController
Link copied to clipboard
class SkipTimeController(view: ImageView, forwards: Boolean) : UIController
WatchType
Link copied to clipboard
enum WatchType : Enum<WatchType>
WebviewFragment
Link copied to clipboard
class WebviewFragment : Fragment