RemoteImageInfo

data class RemoteImageInfo(val providerName: String? = null, val url: String? = null, val thumbnailUrl: String? = null, val height: Int? = null, val width: Int? = null, val communityRating: Double? = null, val voteCount: Int? = null, val language: String? = null, val type: ImageType, val ratingType: RatingType)

Class RemoteImageInfo.

Constructors

Link copied to clipboard
constructor(providerName: String? = null, url: String? = null, thumbnailUrl: String? = null, height: Int? = null, width: Int? = null, communityRating: Double? = null, voteCount: Int? = null, language: String? = null, type: ImageType, ratingType: RatingType)

Properties

Link copied to clipboard
val communityRating: Double? = null

The community rating.

Link copied to clipboard
val height: Int? = null

The height.

Link copied to clipboard
val language: String? = null

The language.

Link copied to clipboard
val providerName: String? = null

The name of the provider.

Link copied to clipboard

The type of the rating.

Link copied to clipboard
val thumbnailUrl: String? = null

A url used for previewing a smaller version.

Link copied to clipboard

The type.

Link copied to clipboard
val url: String? = null

The URL.

Link copied to clipboard
val voteCount: Int? = null

The vote count.

Link copied to clipboard
val width: Int? = null

The width.