toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
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
ANILIST_TOKEN_KEY
Link copied to clipboard
const
val
ANILIST_TOKEN_KEY
:
String
ANILIST_UNIXTIME_KEY
Link copied to clipboard
const
val
ANILIST_UNIXTIME_KEY
:
String
ANILIST_USER_KEY
Link copied to clipboard
const
val
ANILIST_USER_KEY
:
String
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
?