Sendbird UIKit v2 for Android: Can you have chat screen inside a Fragment?

We have SendBird for Android in our app: ‘com.sendbird.sdk:uikit:2.2.5’ and ‘com.sendbird.sdk:sendbird-android-sdk:3.1.10’.

With this version of your SDK, the ChannelActivity is currently being shown to the user as an activity in full screen when the user taps a button.

We would like to show the chat to the user as a screen with our own NavBar on the bottom of screen. With the current version and ChannelActivity, we have seen this is not possible since we do not have control over the activity.

However, we have seen on you latest version documentation (version 3), that there is a ChannelListFragment, that we think could be used inside an activity of our own, so we can have the bottom NavBar.

Could you confirm that doing so is possible with the latest version? Or also if there is a possibility of doing it with version 2 that we do not know.