IntentServerHandler QML Type

A handler for intent requests received within the System UI. More...

Import Statement: import QtApplicationManager.SystemUI 2.0
Inherits:

IntentHandler

Properties

Detailed Description

If intents need to be handled from within the System UI, you need to have a corresponding IntentServerHandler instance that is actually able to handle incoming requests. This class gives you the flexibility to handle multiple, different intent ids via a single IntentServerHandler instance or have a dedicated IntentServerHandler instance for every intent id (or any combination of those).

Note: For handling intent requests within an application, you have to use the application side component IntentHandler, which works the same way, but provides all the necessary meta-data in the application's info.yaml manifest file.

For more information see IntentHandler and the description of the meta-data in the manifest documentation.

Callbacks connected to the onRequestReceived signal have access to the sender's application ID. Due to security restrictions, this is not the case for such handlers implemented in an application context via IntentHandler.

Property Documentation

categories : list<string>

The intent's categories - see the manifest documentation for more details.

Note: Any changes to this property after component completion will have no effect.


icon : url

The intent's icon - see the manifest documentation for more details.

Note: Any changes to this property after component completion will have no effect.


names : object

The intent's name - see the manifest documentation for more details.

Note: Any changes to this property after component completion will have no effect.


parameterMatch : object

The intent's parameter requirements - see the manifest documentation for more details.

Note: Any changes to this property after component completion will have no effect.


requiredCapabilities : list<string>

The intent's required capabilities - see the manifest documentation for more details.

Note: Any changes to this property after component completion will have no effect.


visibility : enum

The intent's visibility - see the manifest documentation for more details. Can be either IntentObject.Public or IntentObject.Private (the default).

Note: Any changes to this property after component completion will have no effect.


© 2019 Luxoft Sweden AB. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.