Environment requirements

Android Mobile App SDK v3.6.1 requires the minimum Android API version 19, SDK is compiled against API 26 and targeted API is 27.

Bug fixes

SDK logging information is not available while the host application is running in debug mode.

New APIs

Version 3.6.1 of the Mobile Messaging SDK introduces a new API call to enable or disable SDK logs. By default, SDK logging is disabled.

public static void setIsDebuggable(boolean isDebuggable)

Example implementation: Liveperson.setIsDebuggable(BuildConfig.DEBUG)