With the Active Tabs parameter, you can control what you want to display in the content of the application
You may decide to display only a set of the information available from the order, or even to display the chat when using the application.
We currently support 3 modes in which you can display information
Display Modes
-Chat Tab
-State Tab
-Detail Tab
Specific configuration parameters
Parameter | Description |
---|---|
activeTabs | allows you to control what content to present in the application chatTab: with this value, we will display only the chat view in the application. detailTab: this will display information details related to the order, like items list and billing summary, but not information regarding the current status/steps the order is at the moment stateTab: this will display information about the status/steps the order is undertaking. |
Usage Example
Consider the following examples:
Chat Tab
Full URL for the chatTab parameter value:
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&activeTabs=chatTab
Detail Tab
Full URL for the detailTab parameter value
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&activeTabs=detailTab
State Tab
Full URL for the stateTab parameter value
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&activeTabs=stateTab