MediaElement

Describes a media element.

Types

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

Properties

Link copied to clipboard

The caption of the media.

Link copied to clipboard

The unique ID for the media.

Link copied to clipboard

The type of media.

Link copied to clipboard
val url: String

The URL of the media.

Functions

Link copied to clipboard
inline fun copy(block: MediaElement.Builder.() -> Unit = {}): MediaElement
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