Intents


public final class Intents


Intents received from BroadcastReceivers.

Summary

Constants

static final String
ACTION_PUBLISH_FOOD_SHOPPING_CART = "com.google.android.engage.action.food.PUBLISH_FOOD_SHOPPING_CART"

Broadcast Action: sent to the target package to request to schedule a publishFoodShoppingCart task.

static final String
ACTION_PUBLISH_FOOD_SHOPPING_LIST = "com.google.android.engage.action.food.PUBLISH_FOOD_SHOPPING_LIST"

Broadcast Action: sent to the target package to request to schedule a publishFoodShoppingList task.

static final String
ACTION_PUBLISH_REORDER_CLUSTER = "com.google.android.engage.action.food.PUBLISH_REORDER_CLUSTER"

Broadcast Action: sent to the target package to request to schedule a publishReorderCluster )} task.

Constants

ACTION_PUBLISH_FOOD_SHOPPING_CART

public static final String ACTION_PUBLISH_FOOD_SHOPPING_CART = "com.google.android.engage.action.food.PUBLISH_FOOD_SHOPPING_CART"

Broadcast Action: sent to the target package to request to schedule a publishFoodShoppingCart task.

In order to receive this intent, the target package must:

  • Declare a broadcast receiver for this intent in its AndroidManifest.xml.
  • Register the broadcast receiver during application starts.

ACTION_PUBLISH_FOOD_SHOPPING_LIST

public static final String ACTION_PUBLISH_FOOD_SHOPPING_LIST = "com.google.android.engage.action.food.PUBLISH_FOOD_SHOPPING_LIST"

Broadcast Action: sent to the target package to request to schedule a publishFoodShoppingList task.

In order to receive this intent, the target package must:

  • Declare a broadcast receiver for this intent in its AndroidManifest.xml.
  • Register the broadcast receiver during application starts.

ACTION_PUBLISH_REORDER_CLUSTER

public static final String ACTION_PUBLISH_REORDER_CLUSTER = "com.google.android.engage.action.food.PUBLISH_REORDER_CLUSTER"

Broadcast Action: sent to the target package to request to schedule a publishReorderCluster )} task.

In order to receive this intent, the target package must:

  • Declare a broadcast receiver for this intent in its AndroidManifest.xml.
  • Register the broadcast receiver during application starts.