Intents


public final class Intents


Intents received from BroadcastReceivers.

Summary

Constants

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

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

static final String
ACTION_PUBLISH_SHOPPING_CART = "com.google.android.engage.action.shopping.PUBLISH_SHOPPING_CART"

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

static final String
ACTION_PUBLISH_SHOPPING_LIST = "com.google.android.engage.action.shopping.PUBLISH_SHOPPING_LIST"

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

static final String
ACTION_PUBLISH_SHOPPING_ORDER_TRACKING_CLUSTER = "com.google.android.engage.action.shopping.PUBLISH_SHOPPING_ORDER_TRACKING_CLUSTER"

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

Constants

ACTION_PUBLISH_REORDER_CLUSTER

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

Broadcast Action: sent to the target package to request to schedule a publishShoppingReorderCluster 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_SHOPPING_CART

public static final String ACTION_PUBLISH_SHOPPING_CART = "com.google.android.engage.action.shopping.PUBLISH_SHOPPING_CART"

Broadcast Action: sent to the target package to request to schedule a publishShoppingCart 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_SHOPPING_LIST

public static final String ACTION_PUBLISH_SHOPPING_LIST = "com.google.android.engage.action.shopping.PUBLISH_SHOPPING_LIST"

Broadcast Action: sent to the target package to request to schedule a publishShoppingList 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_SHOPPING_ORDER_TRACKING_CLUSTER

public static final String ACTION_PUBLISH_SHOPPING_ORDER_TRACKING_CLUSTER = "com.google.android.engage.action.shopping.PUBLISH_SHOPPING_ORDER_TRACKING_CLUSTER"

Broadcast Action: sent to the target package to request to schedule a publishShoppingOrderTrackingCluster )} 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.