Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
AniListApi
/
Companion
Companion
object
Companion
(
source
)
Members
Types
Ani
List
Status
Type
Link copied to clipboard
enum
AniListStatusType
:
Enum
<
AniListApi.Companion.AniListStatusType
>
Properties
ANILIST_
CACHED_
LIST
Link copied to clipboard
const
val
ANILIST_CACHED_LIST
:
String
MAX_
STALE
Link copied to clipboard
const
val
MAX_STALE
:
Int
Functions
convert
Ani
List
String
To
Status
Link copied to clipboard
fun
convertAniListStringToStatus
(
string
:
String
)
:
AniListApi.Companion.AniListStatusType
from
Int
To
Anime
Status
Link copied to clipboard
fun
fromIntToAnimeStatus
(
inp
:
Int
)
:
AniListApi.Companion.AniListStatusType
get
Show
Id
Link copied to clipboard
suspend
fun
getShowId
(
malId
:
String
?
,
name
:
String
,
year
:
Int
?
)
:
AniListApi.GetSearchMedia
?