Declared in UPMealAPI.h

UPMealSubType

The available sub types of a meal.

Definition

typedef NS_ENUM(NSUInteger, UPMealSubType ) {
   UPMealSubTypeBreakfast = 1,
   UPMealSubTypeLunch = 2,
   UPMealSubTypeDinner = 3,
};

Constants

UPMealSubTypeBreakfast

The available sub types of a meal.

Declared In UPMealAPI.h.

UPMealSubTypeLunch

The available sub types of a meal.

Declared In UPMealAPI.h.

UPMealSubTypeDinner

The available sub types of a meal.

Declared In UPMealAPI.h.

Declared In

UPMealAPI.h