Simkl Api
Types
Link copied to clipboard
class SimklEpisodeConstructor(simklId: Int?, type: String?, totalEpisodeCount: Int?, hasEnded: Boolean?)
Useful to get episodes on demand to prevent unnecessary requests.
Link copied to clipboard
class SimklSyncStatus(var status: SyncWatchType, var score: Int?, val oldScore: Int?, var watchedEpisodes: Int?, val episodeConstructor: SimklApi.SimklEpisodeConstructor, var isFavorite: Boolean? = null, var maxEpisodes: Int? = null, val oldEpisodes: Int, val oldStatus: String?) : SyncAPI.AbstractSyncStatus
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Set this to true if the user updates something on the list like watch status or score
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Allows certain providers to open pages from library links.
Functions
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
-1 -> None 0 -> Watching 1 -> Completed 2 -> OnHold 3 -> Dropped 4 -> PlanToWatch 5 -> ReWatching
Link copied to clipboard