InboxSettings

Contains the configuration settings for an inbox. Accessible via InboxSchemaData.content.

Class Definition

public class InboxSettings: NSObject, Codable

Public Properties

Property
Type
Description
heading
AEPText?
Optional heading text displayed at the top of the inbox. Configured in Adobe Journey Optimizer.
layout
LayoutSettings
Controls the orientation (horizontal or vertical) of content cards within the inbox.
capacity
Int
The maximum number of content cards to display in the inbox.
emptyStateSettings
EmptyStateSettings?
Optional settings for the empty state view, including a message and image to display when the inbox has no content.
unreadIndicator
UnreadIndicatorSettings?
Optional settings controlling the appearance and placement of the unread indicator shown on unread cards.
isUnreadEnabled
Bool
Whether the unread indicator feature is enabled for this inbox.