ResultView

data class ResultView(val outcome: PresentmentOutcome, val title: String, val detail: String? = null)

What a result screen shows: the animated badge, a title and an optional line under it.

Constructors

Link copied to clipboard
constructor(outcome: PresentmentOutcome, title: String, detail: String? = null)

Properties

Link copied to clipboard
val detail: String? = null
Link copied to clipboard
Link copied to clipboard