Quick start guide still using SDK v4.3.2 rather than v5
amirmLP opened this issue · 4 comments
This is quite confusing as the rest of the documentation has been updated with the new methods but the quick start guide is out of date.
For example, the initialize method in v4 is used as:
initialize(final Context context, final String brandId, final InitLivePersonCallBack initCallBack)
whereas in v5 it is:
initialize(Context context, final InitLivePersonProperties initProperties)
The quick start guide still shows the v4 initialize method while the Messaging API's page shows the initialize method in its v5 version:
https://developers.liveperson.com/mobile-app-messaging-sdk-for-android-sdk-apis-messaging-api.html#initialize-with-sdk-properties-object
(Closing in acknowledgement of long communication delay; we’re there to pick this up again.)