//kit/healthstack.kit.task.base/ImageArticleModel

ImageArticleModel

[androidJvm]
class ImageArticleModel(val id: String, val title: String, val description: String, val drawableId: Int?) : StepModel

A StepModel with image.

Constructors

   
ImageArticleModel [androidJvm]
fun ImageArticleModel(id: String, title: String, description: String, drawableId: Int?)

Properties

Name Summary
description [androidJvm]
val description: String
drawableId [androidJvm]
val drawableId: Int?
a representative image for UI
id [androidJvm]
val id: String
id
title [androidJvm]
val title: String
a title of UI