AirshipEmbeddedViewState

class AirshipEmbeddedViewState(val embeddedId: String)

State holder for EmbeddedViewContent.

Constructors

Link copied to clipboard
constructor(embeddedId: String)

Properties

Link copied to clipboard
Link copied to clipboard

Flag indicating whether an embedded layout is available for display.

Functions

Link copied to clipboard
suspend fun dismissAll()

Dismiss all pending embedded content for the current embedded view ID.

Link copied to clipboard
suspend fun dismissCurrent()

Dismiss the currently displayed content.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int