Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class BaseAdapter<T : Any, S : Any>(fragment: <Error class: unknown class>, val id: Int = 0, diffCallback: <Error class: unknown class><T> = BaseDiffCallback())
BaseAdapter is a persistent state stored adapter that supports headers and footers. This should be used for restoring eg scroll or focus related to a view when it is recreated.
Link copied to clipboard
Link copied to clipboard
class ControllerActivity
Link copied to clipboard
class EasterEggMonke
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Recyclerview wherein the max item width or height is set by the biggest view to prevent inconsistent view sizes.
Link copied to clipboard
data class MetadataHolder(val apiName: String, val isMovie: Boolean, val title: String?, val poster: String?, val currentEpisodeIndex: Int, val episodes: List<ResultEpisode>, val currentLinks: List<ExtractorLink>, val currentSubtitles: List<SubtitleData>)
Link copied to clipboard
class MyMiniControllerFragment
Link copied to clipboard
open class NonFinalAdapterListUpdateCallback(mAdapter: <Error class: unknown class><out <Error class: unknown class>>)
ListUpdateCallback that dispatches update events to the given adapter.
Link copied to clipboard
abstract class NoStateAdapter<T : Any>(fragment: <Error class: unknown class>) : BaseAdapter<T, Any>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class WebviewFragment