.setTabOrder()

This API allows you to change the order of the tabs in the SalesIQ SDK inside your mobile app. By default, the conversation is the first tab, followed by FAQ.

Syntax:

CopiedZohoSalesIQ.setTabOrder(tabBarItems : [Any])

Example

CopiedZohoSalesIQ.setTabOrder([SIQTabBarComponent.conversation.rawValue,SIQTabBarComponent.knowledgeBase.rawValue])