StaticA2uiProperty

sealed class StaticA2uiProperty<T : Any?> : A2uiProperty


A static configuration or structural property that should be read synchronously.

Unlike dynamic bindings, the payloads mapped to StaticA2uiProperty are extracted natively from the component payload without invoking the surface's dynamic evaluator.

Summary

Protected constructors

Inherited properties

From androidx.a2ui.compose.runtime.A2uiProperty
abstract Boolean

Indicates whether the agent is strictly required to provide this property.

abstract String

The key of the property as it appears in the A2UI protocol payload.

abstract A2uiSchema

The underlying A2uiSchema definition describing this property to the agent.

Protected constructors

StaticA2uiProperty

protected <T : Any?> StaticA2uiProperty()