public class WorkoutState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVE |
static int |
COOLDOWN |
static int |
IDLE |
static int |
PAUSED |
static int |
WORKOUTSUMMARY |
Constructor and Description |
---|
WorkoutState() |
public static final int IDLE
public static final int ACTIVE
public static final int PAUSED
public static final int COOLDOWN
public static final int WORKOUTSUMMARY