livechat / chat-window-android

LiveChat mobile chat window for Android
https://developers.livechatinc.com/mobile/android/
MIT License
23 stars 28 forks source link

ChatWindowConfiguration methods not recognized #40

Closed Yatzzz closed 3 years ago

Yatzzz commented 4 years ago

In ChatWindowConfiguration class, setLicenceNumber() and setGroupId() is not public in com.livechatinc.inappchat.ChatWindowConfiguration.Builder.

asBundle() is not recognized as well

Intent intent = new Intent(this, ChatWindowActivity.class);
        Bundle config = new ChatWindowConfiguration.Builder()
                .setLicenceNumber("XXXXXXX")
                .setGroupId("X")
                .build()
                .asBundle();

        intent.putExtras(config);

https://github.com/livechat/chat-window-android#using-activity

nomyzs commented 4 years ago

Hey @Yatzzz Are you sure you used the latest library? That's true, those methods were note exposed but we fixed that in v2.1.2