DropletHUDPriority

How loudly a HUD asks for attention.

enum DropletHUDPriority

Cases

DropletHUDPriority.low

case low

Shown only when nothing else is on the surface.

DropletHUDPriority.normal

case normal

The normal band. Replaces another .normal HUD.

DropletHUDPriority.high

case high

Pre-empts .normal, for things the user acted on directly.

Initializers

init(rawValue:)

init?(rawValue: Int)

Operators

<(_:_:)

static func < (lhs: `Self`, rhs: `Self`) -> Bool