AiutaUserInterfaceActions

Interface for handling user interface actions within the Aiuta SDK.

This interface defines callbacks for various user interactions that occur within the SDK's UI components. Implement this interface to handle user actions such as navigation, closing screens, and other UI interactions.

See also

AiutaUserInterfaceConfiguration

Functions

Link copied to clipboard
abstract fun closeClick()

Called when the user clicks a close button or performs a close action.