Edit in GitHubLog an issue

AepInboxContentProvider

Responsible for retrieving and refreshing data as required by the inbox UI.

Classes implementing this interface will define a strategy to provide content for rendering the inbox UI.

Interface Definition

Copied to your clipboard
interface AepInboxContentProvider {
fun getInboxUI(): Flow<InboxUIState>
suspend fun refresh()
}

Methods

getInboxUI

Retrieves the Inbox content and updates the state as a flow.

Returns

The content for the Inbox as a Flow of InboxUIState.

Syntax

Copied to your clipboard
fun getInboxUI(): Flow<InboxUIState>

refresh

Refreshes the Inbox content and updates the data into the flow returned by getInboxUI.

Syntax

Copied to your clipboard
suspend fun refresh()
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2026 Adobe. All rights reserved.