MealType
object MealType
Type of meal.
Summary
Constants |
|
|---|---|
const Int |
Use this for the first meal of the day, usually the morning meal. |
const Int |
MEAL_TYPE_DINNER = 3Use this for last meal of the day, usually the evening meal. |
const Int |
MEAL_TYPE_LUNCH = 2Use this for the noon meal. |
const Int |
MEAL_TYPE_SNACK = 4Any meal outside of the usual three meals per day. |
const Int |
Constants
MEAL_TYPE_BREAKFAST
Added in 1.1.0
const val MEAL_TYPE_BREAKFAST = 1: Int
Use this for the first meal of the day, usually the morning meal.
MEAL_TYPE_DINNER
Added in 1.1.0
const val MEAL_TYPE_DINNER = 3: Int
Use this for last meal of the day, usually the evening meal.
MEAL_TYPE_SNACK
Added in 1.1.0
const val MEAL_TYPE_SNACK = 4: Int
Any meal outside of the usual three meals per day.