StatusMediaObject

class StatusMediaObject(    val title: String?,     val year: Int?,     val ids: SimklApi.Companion.MediaObject.Ids?,     val to: String,     val watchedAt: String? = getDateTime(unixTime)) : SimklApi.Companion.MediaObject(source)

Constructors

Link copied to clipboard
constructor(title: String?, year: Int?, ids: SimklApi.Companion.MediaObject.Ids?, to: String, watchedAt: String? = getDateTime(unixTime))

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val poster: String? = null
Link copied to clipboard
Link copied to clipboard
val status: String? = null
Link copied to clipboard
Link copied to clipboard
val to: String
Link copied to clipboard
val totalEpisodes: Int? = null
Link copied to clipboard
val type: String? = null
Link copied to clipboard
Link copied to clipboard
val year: Int?

Functions

Link copied to clipboard