ComplicationSlotBoundsType
public static class ComplicationSlotBoundsType
The various types of ComplicationSlot bounds.
use Watch Face Format instead
Summary
Constants |
|
|---|---|
static final int |
BACKGROUND = 1This field is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead. |
static final int |
EDGE = 2This field is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead. |
static final int |
ROUND_RECT = 0This field is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead. |
Public fields |
|
|---|---|
static @NonNull ComplicationSlotBoundsType |
Constants
BACKGROUND
public static final int BACKGROUND = 1
For a full screen image complication slot drawn behind the watch face. Note you can only have a single background complication slot.
EDGE
public static final int EDGE = 2
For edge of screen complication slots.
ROUND_RECT
public static final int ROUND_RECT = 0
The default, most complication slots are either circular or rounded rectangles.
Public fields
INSTANCE
public static @NonNull ComplicationSlotBoundsType INSTANCE