Skip to content

Upgrade to BandyerSDK 1.4.x

Kristiyan Petrov edited this page Nov 15, 2019 · 5 revisions

Android 10 Support

BandyerSDK is now fully compatible with Android 10 and we recommend for integrating apps to update as well.

Be aware there have been multiple breaking changes in this release of Android!!

Check here for Android 10

Calls notification

In order to support Android 10 correctly there have been changes on how a call should be shown when received.

void onIncomingCall(@NonNull IncomingCall incomingCall, boolean isDnd, boolean isScreenLocked)

In this method you should no longer call startActivity but use our method incomingCall.show() when you desire to show the call. Additionally you may want to show the call as notification, in which case you may use the method incomingCall.asNotification()

Chat

Chat as of v 1.4.0 until 1.4.1 requires the minimum version of LOLLIPOP instead of KITKAT. This is because there were some incompatible changes with Android 10.

Chat as of v1.4.2 downscales the requirements of the minimum version of JELLYBEAN instead of LOLLIPOP

Complete changes overview

v1.4.0

Clone this wiki locally