C

androidIntentInfo QML Type

androidIntentInfo is the QML representation of QAndroidIntentInfo. More...

Import Statement: import QtAndroidAutomotive.Base
In C++: QAndroidIntentInfo

Properties

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.

categories : list<string>

This property holds the categories 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.