OEmbedData

data class OEmbedData(val height: Int? = null, val width: Int? = null, var html: String = "", val providerUrl: String? = null, val title: String? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(height: Int? = null, width: Int? = null, html: String = "", providerUrl: String? = null, title: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "height")
val height: Int? = null
Link copied to clipboard
@SerializedName(value = "html")
var html: String
Link copied to clipboard
@SerializedName(value = "provider_url")
val providerUrl: String? = null
Link copied to clipboard
@SerializedName(value = "title")
val title: String? = null
Link copied to clipboard
@SerializedName(value = "width")
val width: Int? = null

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)