setRecentShowLimit()
The ZohoSalesIQ.KnowledgeBase.setRecentShowLimit API allows to configure the number of recently viewed resources to be displayed in the Mobilisten UI.
Parameters
- limit* - The number limit to display recently viewed resources. The default value is 5.
Syntax
CopiedZohoSalesIQ.KnowledgeBase.setRecentShowLimit(_ limit: Int)
Example
CopiedZohoSalesIQ.KnowledgeBase.setRecentShowLimit(5)