v1.1b4
Pre-release
Pre-release
- New:
Booking
now includes an optionalquickBookingsUrl
property to perform quick booking. - New: BookingKit's source code was moved into this repo. BookingKit provides
QuickBookingApi
to handle thequickBookingsUrl
above.BookingKitModule
denotes how theQuickBookingApi
is instantiated. Note that theOkHttpClient
param required should be obtained from TripKit. There's also aBookingApi
to handlebookingURL
too.
In order to use BookingKit, add following dependency:
compile('com.skedgo.sdk:booking-kit:1.0b1@aar') {
transitive = true
}