Android
Breaking Changes
The version 1.10 BluetoothManager is no longer available. Use device manager; the combination of
BluetoothPairedAclProvider
andDsDeviceDetectionMonitor
provides the same functionality.Instead of InvitationService().sendInvitation(), now you should use either InvitationService().sendAccountInvitation() or InvitationService().sendVehicleInvitation().
Last updated