InboxSettings
Contains the configuration settings for an inbox. Accessible via InboxSchemaData.content.
Class Definition
Copied to your clipboardpublic class InboxSettings: NSObject, Codable
Public Properties
| Property | Type | Description |
|---|---|---|
heading | Optional heading text displayed at the top of the inbox. Configured in Adobe Journey Optimizer. | |
layout | 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 | Optional settings for the empty state view, including a message and image to display when the inbox has no content. | |
unreadIndicator | 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. |
