HTML

Display content for an HTML in-app message.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A flag indicating whether the dialog is allowed to be displayed as fullscreen.

Link copied to clipboard

The aspect lock when displaying the message as a dialog.

Link copied to clipboard

The optional banner background color.

Link copied to clipboard

The optional border radius in dps.

Link copied to clipboard

The optional banner dismiss button color.

Link copied to clipboard

A flag that forces fullscreen display.

Link copied to clipboard

The desired height when displaying the message as a dialog.

Link copied to clipboard

Checks if the message can be displayed or not if connectivity is unavailable.

Link copied to clipboard
val url: String

The url.

Link copied to clipboard
val width: Long

The desired width when displaying the message as a dialog.

Functions

Link copied to clipboard
fun copy(url: String = this.url, height: Long = this.height, width: Long = this.width, aspectLock: Boolean? = this.aspectLock, requiresConnectivity: Boolean? = this.requiresConnectivity, backgroundColor: InAppMessageColor = this.backgroundColor, dismissButtonColor: InAppMessageColor = this.dismissButtonColor, borderRadius: Float = this.borderRadius, allowFullscreenDisplay: Boolean = this.allowFullscreenDisplay, forceFullScreenDisplay: Boolean = this.forceFullScreenDisplay): HTML

Returns a copy of the HTML display content with the provided changes.

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 toJsonValue(): JsonValue
Link copied to clipboard
open override fun toString(): String