perform Booking
open fun performBooking(@NonNull booking: MPBooking, @NonNull listener: OnResultAndDataReadyListener<MPBooking>)
Content copied to clipboard
Performs a request to the service provider to insert the provided booking
Parameters
booking
The wanted MPBooking
listener
A result listener that returns the performed booking with a BookingID
.