//Ankea/fi.jyu.ohj2.sourander.ankea.model/AnkeaModel
AnkeaModel¶
[JVM]\ open class AnkeaModel
The data model for the Ankea application.
Tracks how many times the user has triggered a response and produces a human-readable status string on each call.
Constructors¶
| AnkeaModel | [JVM] constructor() |
Functions¶
| Name | Summary |
|---|---|
| generateResponse | [JVM] open fun generateResponse(): String Increments the internal click counter and returns a status message. |