ResourceContent

Contains information about resource content.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The binary resource content.

Link copied to clipboard

The MIME type of the resource content.

Link copied to clipboard
val text: String?

The text resource content.

Link copied to clipboard

The type of resource content.

Link copied to clipboard
val uri: String?

The URI of the resource content.

Functions

Link copied to clipboard
inline fun copy(block: ResourceContent.Builder.() -> Unit = {}): ResourceContent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String