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