Edit in GitHubLog an issue

InboxEvent

Represents different types of inbox-level events triggered by lifecycle changes or user interactions with the inbox container. All inbox events include the current InboxUIState when the event occurred.

InboxEvent represents events on the inbox as a whole, as opposed to UIEvent which represents events on individual cards (display, dismiss, interact).

Class Definition

Copied to your clipboard
sealed class InboxEvent(open val inboxUIState: InboxUIState)

Display

Event indicating that the inbox has been displayed to the user.

Copied to your clipboard
data class Display(override val inboxUIState: InboxUIState.Success) : InboxEvent(inboxUIState)

Properties

PropertyTypeDescription
inboxUIState
The success state of the inbox UI when the display event occurred.
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2026 Adobe. All rights reserved.