Edit in GitHubLog an issue

InboxOrientation

An enum specifying the layout direction of content cards in the inbox.

Enum Definition

Copied to your clipboard
public enum InboxOrientation: String, CaseIterable {
case horizontal = "horizontal"
case vertical = "vertical"
}

Cases

CaseRaw ValueDescription
horizontal
"horizontal"
Content cards are arranged in a horizontal scrollable row.
vertical
"vertical"
Content cards are stacked vertically in a scrollable list.
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2026 Adobe. All rights reserved.