Warning

class Warning(val text: String, @DrawableRes val icon: Int? = R.drawable.ic_expression_exclamation_circle) : HintStatusWithIcon

A hint indicating a warning.

Warning Hint Sample

Constructors

Link copied to clipboard
constructor(text: String, @DrawableRes icon: Int? = R.drawable.ic_expression_exclamation_circle)

Properties

Link copied to clipboard
open override val icon: Int?

An optional image drawable resource for the hint. Defaults to the icon in the image above.

Link copied to clipboard
open override val text: String

The text to be shown in the Hint.