public class

ReserveIntents

extends Object
java.lang.Object
   ↳ com.google.android.gms.actions.ReserveIntents

Class Overview

Constants for intents corresponding to Reserve Action.

Summary

Constants
String ACTION_RESERVE_TAXI_RESERVATION Intent action for reserving a taxi.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ACTION_RESERVE_TAXI_RESERVATION

Intent action for reserving a taxi. The application MUST confirm whatever action will be taken with the user before completing the action (e.g. confirmation dialog).

Constant Value: "com.google.android.gms.actions.RESERVE_TAXI_RESERVATION"