setTitle()
Note: This API is supported from version 10.0.0.
The setTitle() API allows you to customize the title of the form page (traditional) in your application for calls. This title can be dynamically adjusted based on the online or offline status of the selected brand or department, helping provide better context to the visitor.
Parameter:
- online (String?): The title text is to display as a title when the status (department/brand) is online.
- offline (String?): The title text is to display as a title when the status (department/brand) is offline.
Example
Copied