Package com.polar.sdk.api.model
Class PolarWatchFaceConfig
-
- All Implemented Interfaces:
public final class PolarWatchFaceConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final List<PolarWatchFaceComplication>enabledComplications
-
Constructor Summary
Constructors Constructor Description PolarWatchFaceConfig(List<PolarWatchFaceComplication> enabledComplications)
-
Method Summary
Modifier and Type Method Description final List<PolarWatchFaceComplication>getEnabledComplications()-
-
Constructor Detail
-
PolarWatchFaceConfig
PolarWatchFaceConfig(List<PolarWatchFaceComplication> enabledComplications)
-
-
Method Detail
-
getEnabledComplications
final List<PolarWatchFaceComplication> getEnabledComplications()
-
-
-
-