LargeImageTemplate

data-variant=info
data-slots=text
LargeImageTemplate is only available in AEP SDK BOM version 3.15.0+.

Class which implements AepUITemplateType and represents a large image template.

Public Properties

Property
Type
Description
id
String
The unique identifier for this template.
title
AepText
The title text and display settings.
body
AepText?
The body text and display settings.
image
AepImage?
The details of the image to be displayed.
actionUrl
String?
The URL to be opened when the large image card is clicked.
buttons
List<AepButton>?
The details for the large image template buttons.
dismissBtn
AepIcon?
The details for the large image template dismiss button.

Methods

getType

Returns the type of this template, which is AepUITemplateType.LARGE_IMAGE.

Syntax

data-slots=heading, code
data-repeat=1
data-languages=Kotlin

Kotlin

override fun getType() = AepUITemplateType.LARGE_IMAGE