ComplicationSlotBoundsType


object ComplicationSlotBoundsType


The various types of ComplicationSlot bounds.

use Watch Face Format instead

Summary

Constants

const Int

This property is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead.

const Int
EDGE = 2

This property is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead.

const Int

This property is deprecated. AndroidX watchface libraries are deprecated, use Watch Face Format instead.

Constants

BACKGROUND

Added in 1.2.0
Deprecated in 1.3.0-alpha06
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
Deprecated in 1.3.0-alpha06
const val EDGE = 2: Int

For edge of screen complication slots.

ROUND_RECT

Added in 1.2.0
Deprecated in 1.3.0-alpha06
const val ROUND_RECT = 0: Int

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