Intents


class Intents


Intents received from BroadcastReceivers.

Summary

Constants

const String!
ACTION_PUBLISH_CONTINUE_SEARCH = "com.google.android.engage.action.travel.PUBLISH_CONTINUE_SEARCH"

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

const String!
ACTION_PUBLISH_RESERVATION = "com.google.android.engage.action.travel.PUBLISH_RESERVATION"

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

Constants

ACTION_PUBLISH_CONTINUE_SEARCH

const val ACTION_PUBLISH_CONTINUE_SEARCH = "com.google.android.engage.action.travel.PUBLISH_CONTINUE_SEARCH": String!

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

const val ACTION_PUBLISH_RESERVATION = "com.google.android.engage.action.travel.PUBLISH_RESERVATION": String!

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