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
val aspectLock: Boolean? = null

The aspect lock when displaying the message as a dialog.

Link copied to clipboard

The optional banner background color.

Link copied to clipboard
val borderRadius: Float = 0.0f

The optional border radius in dps.

Link copied to clipboard

The optional banner dismiss button color.

Link copied to clipboard
val height: Long = 0

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 = 0

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): 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