Is the user working in Qlik Sense Desktop?
Find out if a user is working in Qlik Sense Desktop using the IsDesktopMode method.
Example
The client sends:
{
"jsonrpc": "2.0",
"id": 1,
"method": "IsDesktopMode",
"handle": -1,
"params": []
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"qReturn": true
}
}
The engine returns true, which means that the user is working in Qlik Sense Desktop.