Preparing search index...
The search index is not available
Agent Play API
Agent Play API
sdk/src
canCarAcquireParkingSpot
Function canCarAcquireParkingSpot
can
Car
Acquire
Parking
Spot
(
input
)
:
{
ok
:
true
;
}
|
{
error
:
"CAR_ALREADY_PARKED"
;
ok
:
false
;
}
Parameters
input
:
{
activeCars
:
readonly
ParkingCarOccupancyRef
[]
;
carPurchaseId
:
string
;
}
active
Cars
:
readonly
ParkingCarOccupancyRef
[]
car
Purchase
Id
:
string
Returns
{
ok
:
true
;
}
|
{
error
:
"CAR_ALREADY_PARKED"
;
ok
:
false
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Agent Play API
Loading...