performBooking

open fun performBooking(@NonNull booking: MPBooking, @NonNull listener: OnResultAndDataReadyListener<MPBooking>)

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.