SmallImageTemplate
Class which implements AepUITemplateType and represents a small Image template.
Public Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier for this template. |
title | The title text and display settings. | |
body | The body text and display settings. | |
image | The details of the image to be displayed. | |
actionUrl | String? | The URL to be opened when the the small image card is clicked. |
buttons | List<AepButton>? | The details for the small image template buttons. |
dismissBtn | The details for the small image template dismiss button. |
Methods
getType
Returns the type of this template, which is AepUITemplateType.SMALL_IMAGE
.
Syntax
Kotlin
Copied to your clipboardoverride fun getType() = AepUITemplateType.SMALL_IMAGE