Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 1.76 KB

File metadata and controls

22 lines (16 loc) · 1.76 KB

core / org.rewedigital.dialog.model.google / GoogleBasicCard

GoogleBasicCard

data class GoogleBasicCard

Constructors

Name Summary
<init> GoogleBasicCard(title: String? = null, subtitle: String? = null, formattedText: String? = null, image: GoogleImage? = null, buttons: MutableList<GoogleButton> = mutableListOf(), imageDisplayOptions: ImageDisplayOptions? = ImageDisplayOptions.CROPPED)

Properties

Name Summary
buttons var buttons: MutableList<GoogleButton>
formattedText var formattedText: String?
image var image: GoogleImage?
imageDisplayOptions var imageDisplayOptions: ImageDisplayOptions?
subtitle var subtitle: String?
title var title: String?