Stay organized with collections
Save and categorize content based on your preferences.
public class ReserveIntents
Constants for intents corresponding to Reserve Action.
Summary
Constants |
static final String |
Intent action for reserving a taxi.
|
Constants
ACTION_RESERVE_TAXI_RESERVATION
public static final String ACTION_RESERVE_TAXI_RESERVATION = "com.google.android.gms.actions.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).
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["The core content defines constants for Reserve Actions, specifically within the `ReserveIntents` class. It establishes `ACTION_RESERVE_TAXI_RESERVATION` as an intent action. This action, represented by the string \"com.google.android.gms.actions.RESERVE_TAXI_RESERVATION\", facilitates the reservation of a taxi. Applications using this action are required to obtain user confirmation before finalizing the reservation.\n"]]