A2uiUserAction


sealed interface A2uiUserAction

Known direct subclasses
A2uiEventAction

Defines an event action triggered by a user interaction to be sent to the server.

A2uiFunctionCallAction

Defines a local component function execution action triggered by a user interaction.


Defines an A2UI component user interaction.

Summary

Public properties

String

unique identifier of the component that was interacted with

String

unique identifier of the surface where the action occurred

Long

timestamp of when the action occurred, represented as milliseconds since the epoch

Public properties

componentId

Added in 1.0.0-alpha01
val componentIdString

unique identifier of the component that was interacted with

surfaceId

Added in 1.0.0-alpha01
val surfaceIdString

unique identifier of the surface where the action occurred

timestamp

Added in 1.0.0-alpha01
val timestampLong

timestamp of when the action occurred, represented as milliseconds since the epoch