ComplicationDisplayPolicies


object ComplicationDisplayPolicies


The policies that control when complications should be displayed.

Summary

Constants

const Int

The default policy is that the complication should always be shown.

const Int

Instructs the system not to display the complication while the device is locked.

Constants

ALWAYS_DISPLAY

Added in 1.2.0
const val ALWAYS_DISPLAY = 0: Int

The default policy is that the complication should always be shown.

DO_NOT_SHOW_WHEN_DEVICE_LOCKED

Added in 1.2.0
const val DO_NOT_SHOW_WHEN_DEVICE_LOCKED = 1: Int

Instructs the system not to display the complication while the device is locked.