Check out the custom tabs example.
Add a tab:
ChatSDK.ui().setTab(title, drawable, fragment, 1);
Remove a tab:
ChatSDK.ui().removeTab(1);
Last updated 3 years ago