For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tab Customization

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