DrawMode
enum DrawMode
Summary
Enum Values |
|
|---|---|
AMBIENT |
In this mode as few pixels as possible should be turned on, ideally with darker colors. |
INTERACTIVE |
This mode is used when the user is interacting with the watch face. |
LOW_BATTERY_INTERACTIVE |
This mode is used when the user is interacting with the watch face but the battery is low, the watch face should render fewer pixels, ideally with darker colors. |
MUTE |
This mode is used when there's an interruption filter. |
Enum Values
AMBIENT
@NonNull
@NonNull DrawMode DrawMode.AMBIENT
In this mode as few pixels as possible should be turned on, ideally with darker colors.
INTERACTIVE
@NonNull
@NonNull DrawMode DrawMode.INTERACTIVE
This mode is used when the user is interacting with the watch face.
This is currently the only mode that is supported when editing the watch face.
LOW_BATTERY_INTERACTIVE
@NonNull
@NonNull DrawMode DrawMode.LOW_BATTERY_INTERACTIVE
This mode is used when the user is interacting with the watch face but the battery is low, the watch face should render fewer pixels, ideally with darker colors.
MUTE
@NonNull
@NonNull DrawMode DrawMode.MUTE
This mode is used when there's an interruption filter. The watch face should look muted.