Chat
CleverPush Chat View
Add the ChatView inside your Layout XML:
<com.cleverpush.chat.ChatView
android:layout_height="match_parent"
android:layout_width="match_parent"
/>
Handle opened URLs:
CleverPush.getInstance(this).setChatUrlOpenedListener(url -> {
// do something with the opened URL
});