WatchFaceType

object WatchFaceType


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

Summary

Constants

const Int
ANALOG = 0
const Int

Constants

ANALOG

Added in 1.2.0
const val ANALOG = 0: Int

DIGITAL

Added in 1.2.0
const val DIGITAL = 1: Int