Fullscreen

Display content for a full screen in-app message.

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard

The optional banner background color.

Link copied to clipboard

The optional body InAppMessageTextInfo.

Link copied to clipboard

The optional button layout.

Link copied to clipboard

The list of optional buttons.

Link copied to clipboard

The optional banner dismiss button color.

Link copied to clipboard

The optional footer button InAppMessageButtonInfo.

Link copied to clipboard

The optional heading InAppMessageTextInfo.

Link copied to clipboard

The optional media InAppMessageMediaInfo.

Link copied to clipboard

The optional full screen Template.

Functions

Link copied to clipboard
fun copy(heading: InAppMessageTextInfo? = this.heading, body: InAppMessageTextInfo? = this.body, media: InAppMessageMediaInfo? = this.media, footer: InAppMessageButtonInfo? = this.footer, buttons: List<InAppMessageButtonInfo> = this.buttons, buttonLayoutType: InAppMessageButtonLayoutType = this.buttonLayoutType, template: Fullscreen.Template = this.template, backgroundColor: InAppMessageColor = this.backgroundColor, dismissButtonColor: InAppMessageColor = this.dismissButtonColor): Fullscreen

Returns a copy of the Fullscreen 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
Link copied to clipboard