HealthMealType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum HealthMealType
type HealthMealType =
- Inheritance
-
HealthMealType
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | |
| Breakfast | 1 | Use this for the first meal of the day, usually the morning meal. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Lunch | 2 | Use this for the noon meal. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Dinner | 3 | Use this for last meal of the day, usually the evening meal. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Snack | 4 | Any meal outside of the usual three meals per day. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |