C
AndroidIntentFilter QML Type
Used for filtering intents in combination with AndroidBroadcastReceiver. More...
Import Statement: | import QtAndroidAutomotive.Base |
Since: | QtAndroidAutomotive 6.5 |
Properties
- actions : QStringList
- categories : QStringList
- dataAuthorities : QList<QAndroidAuthorityEntry>
- dataPaths : QList<QAndroidMatchPattern>
- dataSchemeSpecificParts : QList<QAndroidMatchPattern>
- dataSchemes : QStringList
- dataTypes : QStringList
Detailed Description
Property Documentation
actions : QStringList |
This property holds the intent actions matched by this AndroidIntentFilter.
categories : QStringList |
This property holds the intent categories matched by this AndroidIntentFilter.
dataAuthorities : QList<QAndroidAuthorityEntry> |
This property holds the data authorities matched by this AndroidIntentFilter.
dataPaths : QList<QAndroidMatchPattern> |
This property holds the data paths matched by this AndroidIntentFilter.
dataSchemeSpecificParts : QList<QAndroidMatchPattern> |
This property holds the data scheme specific parts matched by this AndroidIntentFilter.
dataSchemes : QStringList |
This property holds the data schemas matched by this AndroidIntentFilter.
dataTypes : QStringList |
This property holds the data types matched by this AndroidIntentFilter.
Available under certain Qt licenses.
Find out more.