LivePersonInc/developer-center

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

@Vam18 can you take a look at this please?

j9t commented

Hi @amirmLP, @EdenKupe, @Vam18—is this still relevant? (Was there work done to update the docs?)

j9t commented

(Closing in acknowledgement of long communication delay; we’re there to pick this up again.)

Hi @j9t , this is fixed