In the new v2.0.0 of the sdk, every time it starts it throws a checkAvailability error, as per eg the below logcat error:
resultProcessing > Failure >>> java.lang.Error: checkAvailability error
This makes it difficult to check the chat availability before showing the chat.
The following screenshot showing a callstack may help:

In this instance, the API actually returned status available, but for some reason "checkAvailability error" was returned to my callback.
In the new v2.0.0 of the sdk, every time it starts it throws a checkAvailability error, as per eg the below logcat error:
resultProcessing > Failure >>> java.lang.Error: checkAvailability errorThis makes it difficult to check the chat availability before showing the chat.
The following screenshot showing a callstack may help:
In this instance, the API actually returned status
available, but for some reason "checkAvailability error" was returned to my callback.