Mobile SDK releases #23
8 months ago by Diana Petrea
April 02th, 2024 - New versions of Karhoo SDKs are available
UI SDK:
- iOS UI SDK 1.13.4
- Android UI SDK 1.13.5
What's new?
- Exposed the first screen of the drop-in as a standalone component that can be used to create a more flexible UI
- Added a
disablePrebookRides
option in the UI SDK config. Setting this to true will remove the user's ability to book rides in advance, leaving only ASAP rides. false by default. - Added an
excludedFilterCategories
option in the UI SDK config. Adding any filter category to this array will remove the respective category along with all its filters from the filter list. Empty by default. - Added a
disableCallDriverOrFleetFeature
option in the UI SDK config. Setting this to true will hide the call driver or fleet button in the trip info screen used to track the driver for ASAP rides. false by default.
iOS
- Unified screens as components access in KarhooComponents