.setPageTitle()
This API lets you set an apt title for each and every screen in your application, thus making it easy for you to track down the trail of your visitors when they navigate through the screens of your mobile app.
Syntax
CopiedZohoSalesIQ.setPageTitle(title: string)
Example
CopiedZohoSalesIQ.setPageTitle("Home Page");