NextAiring

constructor(episode: Int, unixTime: Long)(source)

Secondary constructor for backwards compatibility without season. TODO Remove this constructor after there is a new stable release and extensions are updated to support season.


constructor(episode: Int, unixTime: Long, season: Int? = null)(source)

Parameters

episode

Next airing Episode number.

unixTime

Next airing Time in Unix time format.

season

Season number of next airing episode (Optional).