Edit in GitHubLog an issue

AepUIEventObserver

Interface for observing events related to Adobe Experience Platform UI components. This interface defines a mechanism for handling various types of events triggered by lifecycle changes or user interactions with UI elements, such as display, dismiss, or user interaction events.

Interface Definition

Copied to your clipboard
interface AepUIEventObserver {
fun onEvent(event: UIEvent<*, *>)
}

Methods

onEvent

Called when an event related to a UI template occurs.

Parameters

  • event - The event to handle. Implementers can provide specific logic based on the type of UIEvent.

Syntax

Copied to your clipboard
fun onEvent(event: UIEvent<*, *>)
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.