Resource Metadata
data class ResourceMetadata(val acceptsRanges: Boolean? = null, val mediaType: String? = null, val path: String, val size: Long? = null)
Metadata about a resource fetched from a specific ResourceProvider.
Constructors
Link copied to clipboard
fun ResourceMetadata(acceptsRanges: Boolean? = null, mediaType: String? = null, path: String, size: Long? = null)