WatchFaceType


object WatchFaceType


The type of watch face, whether it's digital or analog. This influences the time displayed in preview images.

use Watch Face Format instead

Summary

Constants

const Int
ANALOG = 0

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

ANALOG

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

DIGITAL

Added in 1.2.0
Deprecated in 1.3.0-alpha06
const val DIGITAL = 1: Int