Package com.xffffff.wellfed.mealplan
Class MealPlanEditContract
- java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MealPlanEditContract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description android.content.Intent
createIntent(android.content.Context context, MealPlan mealPlan)
The createIntent method creates the intent to launch the meal planandroid.util.Pair<java.lang.String,MealPlan>
parseResult(int i, android.content.Intent intent)
The parseResult method parses the result from the meal plan activity.
-
-
-
Method Detail
-
createIntent
@NonNull public android.content.Intent createIntent(@NonNull android.content.Context context, @Nullable MealPlan mealPlan)
The createIntent method creates the intent to launch the meal plan
-
parseResult
public android.util.Pair<java.lang.String,MealPlan> parseResult(int i, android.content.Intent intent)
The parseResult method parses the result from the meal plan activity. It returns the type of result and the meal plan.
-
-