object MealType


Type of meal.

Summary

Constants

const Int

Use this for the first meal of the day, usually the morning meal.

const Int

Use this for last meal of the day, usually the evening meal.

const Int

Use this for the noon meal.

const Int

Any meal outside of the usual three meals per day.

const Int

Constants

MEAL_TYPE_BREAKFAST

Added in 1.1.0-alpha07
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-alpha07
const val MEAL_TYPE_DINNER = 3: Int

Use this for last meal of the day, usually the evening meal.

MEAL_TYPE_LUNCH

Added in 1.1.0-alpha07
const val MEAL_TYPE_LUNCH = 2: Int

Use this for the noon meal.

MEAL_TYPE_SNACK

Added in 1.1.0-alpha07
const val MEAL_TYPE_SNACK = 4: Int

Any meal outside of the usual three meals per day.

MEAL_TYPE_UNKNOWN

Added in 1.1.0-alpha07
const val MEAL_TYPE_UNKNOWN = 0: Int