ComplicationSlotBoundsType


Note: As of July 10, 2024, watch faces must use the Watch Face Format in order to be installed on new watches that launch with Wear OS 5 pre-installed. Learn more about the user-facing changes in this Help Center article.

Additionally, starting in early 2025 (specific date to be announced during Q4 2024), all new watch faces published on Google Play must use the Watch Face Format.

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.