Intents

class Intents


Intents received from BroadcastReceivers.

Summary

Constants

const 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.

const 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.

const 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

const val ACTION_PUBLISH_FOOD_SHOPPING_CART = "com.google.android.engage.action.food.PUBLISH_FOOD_SHOPPING_CART": String!

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

const val ACTION_PUBLISH_FOOD_SHOPPING_LIST = "com.google.android.engage.action.food.PUBLISH_FOOD_SHOPPING_LIST": String!

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

const val ACTION_PUBLISH_REORDER_CLUSTER = "com.google.android.engage.action.food.PUBLISH_REORDER_CLUSTER": String!

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.