A2uiReadinessEvaluator

interface A2uiReadinessEvaluator


Enables the UI layer to evaluate whether a resolved A2UI component is ready to be rendered, as defined by the component implementation (e.g., all its required dynamic data bindings have been resolved).

Summary

Public companion properties

A2uiReadinessEvaluator

Default A2uiReadinessEvaluator that considers all components ready to be rendered.

Public functions

Boolean

Evaluates if the component represented by the given componentModel is ready to transition to A2uiComponentState.Success.

Public companion properties

Default

Added in 1.0.0-alpha01
val DefaultA2uiReadinessEvaluator

Default A2uiReadinessEvaluator that considers all components ready to be rendered.

Public functions

isReady

Added in 1.0.0-alpha01
@Composable
fun isReady(componentModel: A2uiComponentModel): Boolean

Evaluates if the component represented by the given componentModel is ready to transition to A2uiComponentState.Success.