Closed Yatzzz closed 3 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
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
v2.1.2
In ChatWindowConfiguration class, setLicenceNumber() and setGroupId() is not public in com.livechatinc.inappchat.ChatWindowConfiguration.Builder.
asBundle() is not recognized as well
https://github.com/livechat/chat-window-android#using-activity