C
androidIntentInfo QML Type
androidIntentInfo is the QML representation of QAndroidIntentInfo.  (Technical Preview). More...
| Import Statement: |  import QtAndroidAutomotive.Base | 
| In C++: | QAndroidIntentInfo | 
Properties
- action : string
 - categories : list<string>
 - className : string
 - data : string
 - extras : QVariantMap
 - packageName : string
 
Detailed Description
androidIntentInfo is the QML value type representation of QAndroidIntentInfo. It has the same properties as QAndroidIntentInfo.
Property Documentation
action : string  | 
This property holds the action of this intent.
className : string  | 
This property holds the class name of this intent.
data : string  | 
This property holds the data of this intent.
extras : QVariantMap  | 
This property holds the extras of this intent.
packageName : string  | 
This property holds the package name of this intent.
Available under certain Qt licenses.
Find out more.