UPMealItemFoodType Constants Reference
Declared in | UPMealAPI.h |
UPMealItemFoodType
The available food types of a meal item.
Definition
typedef NS_ENUM(NSUInteger, UPMealItemFoodType ) {
UPMealItemFoodTypeGeneric = 1,
UPMealItemFoodTypeRestaurant = 2,
UPMealItemFoodTypeBrand = 3,
UPMealItemFoodTypePersonal = 4,
};
Constants
UPMealItemFoodTypeGeneric
-
The available food types of a meal item.
Declared In
UPMealAPI.h
. UPMealItemFoodTypeRestaurant
-
The available food types of a meal item.
Declared In
UPMealAPI.h
. UPMealItemFoodTypeBrand
-
The available food types of a meal item.
Declared In
UPMealAPI.h
. UPMealItemFoodTypePersonal
-
The available food types of a meal item.
Declared In
UPMealAPI.h
.
Declared In
UPMealAPI.h