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