LiveActivityColor

data class LiveActivityColor(val hex: String)

A single color value resolved to a hex string. Mirrors the backend / iOS IColor type: a solid hex or a gradient (for which Android uses fromHex as the representative solid color, since android.app.Notification.ProgressStyle segments only support solid colors).

Constructors

Link copied to clipboard
constructor(hex: String)

Properties

Link copied to clipboard
val hex: String