AirshipEmbeddedInfo

class AirshipEmbeddedInfo(val instanceId: String, val embeddedId: String, val priority: Int = 0, val extras: JsonMap = emptyJsonMap())

Information about a pending embedded view.

Parameters

instanceId

The instance ID (a unique identifier for an embedded layout)

embeddedId

The embedded ID of the targeted embedded view

priority

The priority. Lower value is higher priority.

extras

A JsonMap containing any extras that were included with the embedded layout

Constructors

Link copied to clipboard
constructor(instanceId: String, embeddedId: String, priority: Int = 0, extras: JsonMap = emptyJsonMap())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val priority: Int = 0

Functions

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 toString(): String