MediaEntityResponse

data class MediaEntityResponse(val url: String? = null, val contentType: MediaEntityResponse.ContentType? = null)

Parameters

url

Cached accessible URL

contentType

Media type

Constructors

Link copied to clipboard
constructor(url: String? = null, contentType: MediaEntityResponse.ContentType? = null)

Types

Link copied to clipboard

Media type

Properties

Link copied to clipboard
Link copied to clipboard
val url: String? = null