new ScreenManager()

Description

Manage Screen

Methods


<static> setTitle( title, htmlTitle )

Parameters
Name Type Description
title string
htmlTitle string

<static> generateAnimeListHTML()

Description

Generate the list of animes


<static> generateEpisodeInfoForDownload( info, next )

Parameters
Name Type Description
info *
next *
Details

true


<static> showVideo( url, animeId, episodeId )

Parameters
Name Type Description
url string
animeId number
episodeId number

<static> downloadList( list )

Parameters
Name Type Description
list DlList

Type Definitions


DlCurrent

Properties
Name Type Description
episode string
progress number

DlError

Properties
Name Type Description
episode string
error string

DlList

Properties
Name Type Description
current DlCurrent
list Array.<string>
error Array.<DlError>