AirshipEmbeddedInfo
constructor(instanceId: String, embeddedId: String, priority: Int = 0, extras: JsonMap = emptyJsonMap(), contentDescription: String? = null, additionalContext: List<EvaluationContext.Item> = emptyList())(source)
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
contentDescription
What this content is about, from the layout's content_description. Null when the layout doesn't describe itself.