Declared in UPMealAPI.h

UPMealItemSubType

The available sub types of a meal item.

Definition

typedef NS_ENUM(NSUInteger, UPMealItemSubType ) {
   UPMealItemSubTypeDrink = 1,
   UPMealItemSubTypeFood = 2,
};

Constants

UPMealItemSubTypeDrink

The available sub types of a meal item.

Declared In UPMealAPI.h.

UPMealItemSubTypeFood

The available sub types of a meal item.

Declared In UPMealAPI.h.

Declared In

UPMealAPI.h