ContentCardTemplateType
An enumeration of the different types of content card templates supported by the AEPSwiftUI framework.
Each case corresponds to a specific template type, identified by its JSON string value.
Enumeration Cases
Case | Raw Value | Description |
---|---|---|
smallImage | SmallImage | Represents the SmallImageTemplate. |
unknown | Unknown | Represents an unknown template type. This is used as a fallback when a string does not match any known template types. |