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
Was this helpful?
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
Was this helpful?