Кнопки и альбомы
Подробнее
response {
text = "Example"
button {
text = "Click"
}
}
Card Big Image
Подробнее
response {
cardBigImage {
imageId = IMAGE_ID
title = "CARD BIG IMAGE"
mediaButton {
text = "Open url"
url = "https://ya.ru"
}
}
}
Card Image Gallery
Подробнее
response {
cardImageGallery {
repeat(10) { index ->
item {
imageId = "..."
title = "#${index + 1}"
}
}
}
}
Card Items List
Подробнее
response {
text = "CARD ITEMS LIST"
cardItemsList {
header = "HEADER"
repeat(10) { index ->
item {
imageId = IMAGE_ID
title = "#${index + 1}"
}
}
footer {
text = "Footer text"
mediaButton {
text = "Click"
}
}
}
}
Примеры