Constants for intents corresponding to Reserve Action.
Inherited Method Summary
From class java.lang.Object
|
Object
|
clone()
|
| boolean |
|
| void |
finalize()
|
|
final Class<?>
|
getClass()
|
| int |
hashCode()
|
| final void |
notify()
|
| final void |
notifyAll()
|
|
String
|
toString()
|
| final void |
wait(long arg0, int arg1)
|
| final void |
wait(long arg0)
|
| final void |
wait()
|
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"