AirshipEmbeddedObserver

Provides information about pending embedded views.

Constructors

Link copied to clipboard
constructor(filter: (AirshipEmbeddedInfo) -> Boolean)

Construct an observer for all embedded views matching the given filter.

constructor(embeddedId: String)

Construct an observer for the given embedded ID.

constructor(vararg embeddedIds: String)

Construct an observer for multiple embedded IDs.

Types

Link copied to clipboard
fun interface Listener

Listener that will be notified when embedded view info is updated.

Properties

Link copied to clipboard

Embedded view info updates.

Link copied to clipboard
Link copied to clipboard

Listener for embedded view info updates.