A2uiUpdateComponentsMessage


class A2uiUpdateComponentsMessage : A2uiServerToClientMessage


Updates or replaces components in the surface's registry, which can include modifying static component properties (e.g., text, colors) or changing structural layout templates.

Summary

Public constructors

A2uiUpdateComponentsMessage(
    surfaceId: String,
    components: List<A2uiComponentPayload>
)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

List<A2uiComponentPayload>

A list of component payloads to insert or replace in the registry.

open String

The ID of the surface to update.

Public constructors

A2uiUpdateComponentsMessage

Added in 1.0.0-alpha01
A2uiUpdateComponentsMessage(
    surfaceId: String,
    components: List<A2uiComponentPayload>
)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

components

Added in 1.0.0-alpha01
val componentsList<A2uiComponentPayload>

A list of component payloads to insert or replace in the registry.

surfaceId

open val surfaceIdString

The ID of the surface to update.