Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard

Airship layout messages

Link copied to clipboard

Banner messages

Link copied to clipboard

Custom messages

Link copied to clipboard

Fullscreen messages

Link copied to clipboard

Html messages

Link copied to clipboard

Modal messages

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
abstract fun validate(): Boolean
Link copied to clipboard
open override fun writeToParcel(destination: Parcel, flags: Int)

Inherited functions

Link copied to clipboard
abstract fun toJsonValue(): JsonValue