ComplicationSlotBoundsType

public static class ComplicationSlotBoundsType


The various types of ComplicationSlot bounds.

Summary

Constants

static final int

For a full screen image complication slot drawn behind the watch face.

static final int
EDGE = 2

For edge of screen complication slots.

static final int

The default, most complication slots are either circular or rounded rectangles.

Constants

BACKGROUND

Added in 1.2.0
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

Added in 1.2.0
public static final int EDGE = 2

For edge of screen complication slots.

ROUND_RECT

Added in 1.2.0
public static final int ROUND_RECT = 0

The default, most complication slots are either circular or rounded rectangles.

Public fields

INSTANCE

Added in 1.2.0
public static @NonNull ComplicationSlotBoundsType INSTANCE