setRecentlyViewedCount()
The ZohoSalesIQ.KnowledgeBase.setRecentViewedCount API allows configuring 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.setRecentlyViewedCount(limit: number);
Example
CopiedZohoSalesIQ.KnowledgeBase.setRecentlyViewedCount(10);