ComplicationSlotBoundsType


object ComplicationSlotBoundsType


The various types of ComplicationSlot bounds.

Summary

Constants

const Int

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

const Int
EDGE = 2

For edge of screen complication slots.

const Int

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

Constants

BACKGROUND

Added in 1.2.0
const val BACKGROUND = 1: Int

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
const val EDGE = 2: Int

For edge of screen complication slots.

ROUND_RECT

Added in 1.2.0
const val ROUND_RECT = 0: Int

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