MealType
public static class MealType
Type of meal.
Summary
Constants |
|
|---|---|
static final int |
Use this for the first meal of the day, usually the morning meal. |
static final int |
MEAL_TYPE_DINNER = 3Use this for last meal of the day, usually the evening meal. |
static final int |
MEAL_TYPE_LUNCH = 2Use this for the noon meal. |
static final int |
MEAL_TYPE_SNACK = 4Any meal outside of the usual three meals per day. |
static final int |
Constants
MEAL_TYPE_BREAKFAST
Added in 1.1.0
public static final int MEAL_TYPE_BREAKFAST = 1
Use this for the first meal of the day, usually the morning meal.
MEAL_TYPE_DINNER
Added in 1.1.0
public static final int MEAL_TYPE_DINNER = 3
Use this for last meal of the day, usually the evening meal.
MEAL_TYPE_LUNCH
Added in 1.1.0
public static final int MEAL_TYPE_LUNCH = 2
Use this for the noon meal.
MEAL_TYPE_SNACK
Added in 1.1.0
public static final int MEAL_TYPE_SNACK = 4
Any meal outside of the usual three meals per day.