HTMLContent

Html messages

Constructors

Link copied to clipboard
constructor(html: HTML)

Properties

Link copied to clipboard
val html: HTML

Functions

Link copied to clipboard
open override fun toJsonValue(): JsonValue
Link copied to clipboard
open override fun validate(): Boolean

Inherited functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open fun isBanner(): Boolean

Whether this content is queued for a host to display, the way an embedded view is. A layout with a banner presentation goes through the same queue-and-wait-for-a-host mechanism as an embedded one: it can sit unshown for as long as the app goes without a banner host to show it in, or never show at all.

Link copied to clipboard
open fun isEmbedded(): Boolean
Link copied to clipboard
open override fun writeToParcel(destination: Parcel, flags: Int)