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