When to use it
Use for a short, high-value wrist status. Do not use a badge as the only representation of an urgent notification.
Show a compact, text-first semantic status on the wrist.
Native example
Use for a short, high-value wrist status. Do not use a badge as the only representation of an urgent notification.
LumenWearStatus(text = "Phone unavailable", tone = LumenWearTone.Warning)Reference
The primary shared and platform-specific options exposed by LumenWearStatus.
| API | Values or type | Default | Description |
|---|---|---|---|
| text | Native localized text | Required | Provides concise status meaning. |
| tone | brand · accent · success · warning · danger · neutral | neutral | Applies semantic emphasis. |
| leading | Optional native visual | nil | Adds a supporting wearable glyph. |
Native behavior
Use for a short, high-value wrist status. Do not use a badge as the only representation of an urgent notification.
Keeps status meaning in concise text instead of relying on semantic color alone.
Shared component