QAndroidActivityResultReceiver Class

Interface used for callbacks from onActivityResult() in the main Android activity. More...

Header: #include <QAndroidActivityResultReceiver>
qmake: QT += androidextras
Since: Qt 5.3

This class was introduced in Qt 5.3.

Detailed Description

Create a subclass of this class to be notified of the results when using the QtAndroid::startActivity() and QtAndroid::startIntentSender() APIs.