LiveStreamLoadResponse

constructor(    name: String,     url: String,     apiName: String,     dataUrl: String,     posterUrl: String? = null,     year: Int? = null,     plot: String? = null,     type: TvType = TvType.Live,     rating: Int? = null,     tags: List<String>? = null,     duration: Int? = null,     trailers: MutableList<TrailerData> = mutableListOf(),     recommendations: List<SearchResponse>? = null,     actors: List<ActorData>? = null,     comingSoon: Boolean = false,     syncData: MutableMap<String, String> = mutableMapOf(),     posterHeaders: Map<String, String>? = null,     backgroundPosterUrl: String? = null)(source)

Deprecated

Use newLiveStreamLoadResponse method with contentRating included

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


constructor(    name: String,     url: String,     apiName: String,     dataUrl: String,     posterUrl: String? = null,     year: Int? = null,     plot: String? = null,     type: TvType = TvType.Live,     rating: Int? = null,     tags: List<String>? = null,     duration: Int? = null,     trailers: MutableList<TrailerData> = mutableListOf(),     recommendations: List<SearchResponse>? = null,     actors: List<ActorData>? = null,     comingSoon: Boolean = false,     syncData: MutableMap<String, String> = mutableMapOf(),     posterHeaders: Map<String, String>? = null,     backgroundPosterUrl: String? = null,     contentRating: String? = null)(source)

Deprecated

Use newLiveStreamLoadResponse method