Skip to main content
161

Search Lumen

Find components, APIs, guides, and recipes.

GitHub
Android docs
FeedbackAndroid

Wearable status

Show a compact, text-first semantic status on the wrist.

Public APILumenWearStatusAndroid / Compose

Native example

Use Wearable status

Use for a short, high-value wrist status. Do not use a badge as the only representation of an urgent notification.

Wearable status rendered in the Wear OS emulator Lumen playground
Verified runtime captureWear OS emulator
kotlin
LumenWearStatus(text = "Phone unavailable", tone = LumenWearTone.Warning)

Reference

Public API

The primary shared and platform-specific options exposed by LumenWearStatus.

APIValues or typeDefaultDescription
textNative localized textRequiredProvides concise status meaning.
tonebrand · accent · success · warning · danger · neutralneutralApplies semantic emphasis.
leadingOptional native visualnilAdds a supporting wearable glyph.

Native behavior

Design and accessibility

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.

Accessibility

Keeps status meaning in concise text instead of relying on semantic color alone.

Shared component

Available on other platforms

Apple / SwiftUI
Android docsCompose module