Package com.polar.sdk.api.model
Object PolarFirstTimeUseConfig.Companion
-
- All Implemented Interfaces:
public class PolarFirstTimeUseConfig.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Integer>
TRAINING_BACKGROUND_VALUES
private final IntRange
SLEEP_GOAL_RANGE_MINUTES
public final static PolarFirstTimeUseConfig.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final List<Integer>
getTRAINING_BACKGROUND_VALUES()
final IntRange
getSLEEP_GOAL_RANGE_MINUTES()
-
-
Method Detail
-
getTRAINING_BACKGROUND_VALUES
final List<Integer> getTRAINING_BACKGROUND_VALUES()
-
getSLEEP_GOAL_RANGE_MINUTES
final IntRange getSLEEP_GOAL_RANGE_MINUTES()
-
-
-
-