ReserveIntents

class ReserveIntents


Constants for intents corresponding to Reserve Action.

Summary

Constants

const String!
ACTION_RESERVE_TAXI_RESERVATION = "com.google.android.gms.actions.RESERVE_TAXI_RESERVATION"

Intent action for reserving a taxi.

Constants

ACTION_RESERVE_TAXI_RESERVATION

const val ACTION_RESERVE_TAXI_RESERVATION = "com.google.android.gms.actions.RESERVE_TAXI_RESERVATION": String!

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).